We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d52910 commit 1c5b915Copy full SHA for 1c5b915
include/linux/zorro.h
@@ -70,10 +70,6 @@ struct zorro_driver {
70
/* New-style probing */
71
extern int zorro_register_driver(struct zorro_driver *);
72
extern void zorro_unregister_driver(struct zorro_driver *);
73
-static inline struct zorro_driver *zorro_dev_driver(const struct zorro_dev *z)
74
-{
75
- return z->driver;
76
-}
77
78
79
extern unsigned int zorro_num_autocon; /* # of autoconfig devices found */
0 commit comments