xfree86: xf86.h: unexport fbSlotClaimed field

Not used by any external drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-20 20:29:09 +02:00
parent 819df143d4
commit 119c0efeb4
2 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,6 @@ extern _X_EXPORT DevPrivateKeyRec xf86ScreenKeyRec;
extern _X_EXPORT ScrnInfoPtr *xf86Screens; /* List of pointers to ScrnInfoRecs */ extern _X_EXPORT ScrnInfoPtr *xf86Screens; /* List of pointers to ScrnInfoRecs */
extern _X_EXPORT const unsigned char byte_reversed[256]; extern _X_EXPORT const unsigned char byte_reversed[256];
extern _X_EXPORT Bool fbSlotClaimed;
#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__) #if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
extern _X_EXPORT Bool sbusSlotClaimed; extern _X_EXPORT Bool sbusSlotClaimed;

View File

@ -67,4 +67,6 @@ extern BusRec primaryBus;
int xf86AllocateEntity(void); int xf86AllocateEntity(void);
BusType StringToBusType(const char *busID, const char **retID); BusType StringToBusType(const char *busID, const char **retID);
extern Bool fbSlotClaimed;
#endif /* _XF86_BUS_H */ #endif /* _XF86_BUS_H */