hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/linux/zorro.h
....@@ -41,13 +41,6 @@
4141
4242
4343 /*
44
- * Zorro bus
45
- */
46
-
47
-extern struct bus_type zorro_bus_type;
48
-
49
-
50
- /*
5144 * Zorro device drivers
5245 */
5346
....@@ -70,11 +63,6 @@
7063 /* New-style probing */
7164 extern int zorro_register_driver(struct zorro_driver *);
7265 extern void zorro_unregister_driver(struct zorro_driver *);
73
-extern const struct zorro_device_id *zorro_match_device(const struct zorro_device_id *ids, const struct zorro_dev *z);
74
-static inline struct zorro_driver *zorro_dev_driver(const struct zorro_dev *z)
75
-{
76
- return z->driver;
77
-}
7866
7967
8068 extern unsigned int zorro_num_autocon; /* # of autoconfig devices found */