Commit a7ae169b authored by David S. Miller's avatar David S. Miller

drivers/net/skfp/skfddi.c: Kill useless init_module/cleanup_module forward declarations.

parent bef95135
......@@ -197,8 +197,6 @@ static int num_fddi;
static int autoprobed;
#ifdef MODULE
int init_module(void);
void cleanup_module(void);
static struct net_device *unlink_modules(struct net_device *p);
static int loading_module = 1;
#else
......
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