diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2009-08-19 18:20:54 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2009-08-20 13:57:45 +0300 |
commit | 792dee3854cbede64e17fdc4736831edad295706 (patch) | |
tree | 9b42e8e8fe43580eede20fc9238ebf0b9a380216 /hw/xfree86/common/xf86Bus.h | |
parent | eb031d4013d36f6aef4aba45840762ae8635cc13 (diff) |
xfree86: remove bus state change notification callback
No one is using bus notifications now. We hope that the kernel take care of
this properly.
For other not-so-urgent-notifications (ACPI wakeups, etc) we can just register
a handler on server's scheduler (using xf86AddGeneralHandler). And for
external applications, the "trend" is to use HAL to kick notifications. So
we're already provided of enough notification schemes.
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Diffstat (limited to 'hw/xfree86/common/xf86Bus.h')
-rw-r--r-- | hw/xfree86/common/xf86Bus.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/xfree86/common/xf86Bus.h b/hw/xfree86/common/xf86Bus.h index 844fd8682..b22e2e772 100644 --- a/hw/xfree86/common/xf86Bus.h +++ b/hw/xfree86/common/xf86Bus.h @@ -62,13 +62,6 @@ typedef struct { IOADDRESS domainIO; } EntityRec, *EntityPtr; -/* state change notification callback */ -typedef struct _stateChange { - xf86StateChangeNotificationCallbackFunc func; - pointer arg; - struct _stateChange *next; -} StateChangeNotificationRec, *StateChangeNotificationPtr; - #define ACCEL_IS_SHARABLE 0x100 #define IS_SHARED_ACCEL 0x200 #define SA_PRIM_INIT_DONE 0x400 |