Commit 467c4b2e authored by David S. Miller's avatar David S. Miller

drivers/net/tulip/de4x5.c: Kill useless init_module/cleanup_module forward declarations.

parent a7ae169b
......@@ -1034,8 +1034,6 @@ static int type5_infoblock(struct net_device *dev, u_char count, u_char *p);
static int compact_infoblock(struct net_device *dev, u_char count, u_char *p);
#ifdef MODULE
int init_module(void);
void cleanup_module(void);
static struct net_device *unlink_modules(struct net_device *p);
static struct net_device *insert_device(struct net_device *dev, u_long iobase,
int (*init)(struct net_device *));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment