patch-2.3.23 linux/include/pcmcia/driver_ops.h

Next file: linux/include/pcmcia/ds.h
Previous file: linux/include/pcmcia/cs_types.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/pcmcia/driver_ops.h linux/include/pcmcia/driver_ops.h
@@ -68,15 +68,6 @@
 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 */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)