summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pcmcia_/driver_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/pcmcia_/driver_ops.h')
-rw-r--r--mdk-stage1/pcmcia_/driver_ops.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/mdk-stage1/pcmcia_/driver_ops.h b/mdk-stage1/pcmcia_/driver_ops.h
index a7223e2c6..2f0a066d3 100644
--- a/mdk-stage1/pcmcia_/driver_ops.h
+++ b/mdk-stage1/pcmcia_/driver_ops.h
@@ -68,15 +68,6 @@ typedef struct driver_operations {
int register_driver(struct driver_operations *ops);
void unregister_driver(struct driver_operations *ops);
-#ifdef __BEOS__
-#define CB_ENABLER_MODULE_NAME "bus_managers/cb_enabler/v1"
-typedef struct cb_enabler_module_info {
- bus_manager_info binfo;
- int (*register_driver)(struct driver_operations *ops);
- void (*unregister_driver)(struct driver_operations *ops);
-} cb_enabler_module_info;
-#endif /* __BEOS__ */
-
#endif /* __KERNEL__ */
#endif /* _LINUX_DRIVER_OPS_H */