From ce6698ce59c7524986324469c679d564a52099ba Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 28 Aug 2011 16:51:04 +0200 Subject: Move free_skbuffs declaration to the top * device/ds_routines.c (free_skbuffs): Move declaration to the top. --- device/ds_routines.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/device/ds_routines.c b/device/ds_routines.c index 5b36329..2173ddf 100644 --- a/device/ds_routines.c +++ b/device/ds_routines.c @@ -99,6 +99,7 @@ extern struct device_emulation_ops linux_block_emulation_ops; #ifdef CONFIG_INET extern struct device_emulation_ops linux_net_emulation_ops; +extern void free_skbuffs (); #ifdef CONFIG_PCMCIA extern struct device_emulation_ops linux_pcmcia_emulation_ops; #endif @@ -1489,10 +1490,6 @@ void iodone(ior) splx(s); } -#if defined (LINUX_DEV) && defined (CONFIG_INET) -extern void free_skbuffs (); -#endif - void io_done_thread_continue() { for (;;) { -- cgit v1.2.3