mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-20 21:04:40 +08: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:
parent
3d52910e2b
commit
1c5b915a13
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user