summaryrefslogtreecommitdiff
path: root/device
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-08-25 15:22:31 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-27 00:47:49 +0200
commitb3db6aa6de76823ea1e2d6c5a94bfe399de0f5ae (patch)
tree344bbe55789acdab84eee866ca90b1eaa93b2788 /device
parent7f3d62b7775c95b8ddfe618f18736163606b3a9c (diff)
Add prototype for free_skbuffs function
* device/ds_routines.c [LINUX_DEV && CONFIG_INET] (free_skbuffs): Add prototype.
Diffstat (limited to 'device')
-rw-r--r--device/ds_routines.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c
index 93569f28..5b363291 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 (;;) {