summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.h
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2009-08-19 18:20:54 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2009-08-20 13:57:45 +0300
commit792dee3854cbede64e17fdc4736831edad295706 (patch)
tree9b42e8e8fe43580eede20fc9238ebf0b9a380216 /hw/xfree86/common/xf86Bus.h
parenteb031d4013d36f6aef4aba45840762ae8635cc13 (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.h7
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