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

drivers/net/sk98lin/skge.c: Kill useless init_module/cleanup_module forward declarations.

parent db944e64
......@@ -315,8 +315,6 @@
/* function prototypes ******************************************************/
static void FreeResources(struct net_device *dev);
int init_module(void);
void cleanup_module(void);
static int SkGeBoardInit(struct net_device *dev, SK_AC *pAC);
static SK_BOOL BoardAllocMem(SK_AC *pAC);
static void BoardFreeMem(SK_AC *pAC);
......
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