Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-4
-4
include/linux/zorro.h
··· 70 70 /* New-style probing */ 71 71 extern int zorro_register_driver(struct zorro_driver *); 72 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 73 78 74 79 75 extern unsigned int zorro_num_autocon; /* # of autoconfig devices found */