xfree86: sbus: unexport sbusDeviceTable field
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
aaab62bd50
commit
e33cee7e9c
|
@ -64,8 +64,6 @@ struct sbus_devtable {
|
|||
const char *descr;
|
||||
};
|
||||
|
||||
extern _X_EXPORT struct sbus_devtable sbusDeviceTable[];
|
||||
|
||||
extern _X_EXPORT int xf86MatchSbusInstances(const char *driverName,
|
||||
int sbusDevId, GDevPtr * devList,
|
||||
int numDevs, DriverPtr drvp,
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include "xf86sbusBus.h"
|
||||
|
||||
extern sbusDevicePtr *xf86SbusInfo;
|
||||
extern struct sbus_devtable sbusDeviceTable[];
|
||||
|
||||
Bool xf86SbusConfigure(void *busData, sbusDevicePtr sBus);
|
||||
void xf86SbusConfigureNewDev(void *busData, sbusDevicePtr sBus, GDevRec* GDev);
|
||||
|
|
Loading…
Reference in New Issue