From b3db6aa6de76823ea1e2d6c5a94bfe399de0f5ae Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 25 Aug 2011 15:22:31 +0200 Subject: Add prototype for free_skbuffs function * device/ds_routines.c [LINUX_DEV && CONFIG_INET] (free_skbuffs): Add prototype. --- device/ds_routines.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device/ds_routines.c b/device/ds_routines.c index 93569f2..5b36329 100644 --- a/device/ds_routines.c +++ b/device/ds_routines.c @@ -1489,6 +1489,10 @@ 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