.. | .. |
---|
41 | 41 | |
---|
42 | 42 | |
---|
43 | 43 | /* |
---|
44 | | - * Zorro bus |
---|
45 | | - */ |
---|
46 | | - |
---|
47 | | -extern struct bus_type zorro_bus_type; |
---|
48 | | - |
---|
49 | | - |
---|
50 | | - /* |
---|
51 | 44 | * Zorro device drivers |
---|
52 | 45 | */ |
---|
53 | 46 | |
---|
.. | .. |
---|
70 | 63 | /* New-style probing */ |
---|
71 | 64 | extern int zorro_register_driver(struct zorro_driver *); |
---|
72 | 65 | 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 | | -} |
---|
78 | 66 | |
---|
79 | 67 | |
---|
80 | 68 | extern unsigned int zorro_num_autocon; /* # of autoconfig devices found */ |
---|