mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 01:09:33 -04:00
zorro: Remove unused zorro_dev_driver()
This function was never used. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://lore.kernel.org/r/20200112164949.20196-5-geert@linux-m68k.org
This commit is contained in:
@@ -70,10 +70,6 @@ struct zorro_driver {
|
||||
/* New-style probing */
|
||||
extern int zorro_register_driver(struct zorro_driver *);
|
||||
extern void zorro_unregister_driver(struct zorro_driver *);
|
||||
static inline struct zorro_driver *zorro_dev_driver(const struct zorro_dev *z)
|
||||
{
|
||||
return z->driver;
|
||||
}
|
||||
|
||||
|
||||
extern unsigned int zorro_num_autocon; /* # of autoconfig devices found */
|
||||
|
||||
Reference in New Issue
Block a user