Skip to content

Commit

Permalink
zorro: Remove unused zorro_dev_driver()
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Geert Uytterhoeven committed Mar 9, 2020
1 parent 3d52910 commit 1c5b915
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/zorro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1c5b915

Please sign in to comment.