Re: [PATCH 20/29] device/ds_routines.c: remove forward declaration

2013-12-09 Thread Samuel Thibault
Marin Ramesa, le Mon 09 Dec 2013 23:57:35 +0100, a écrit : > * device/ds_routines.c (free_skbuffs): Remove forward declaration. > * device/ds_routines.h [LINUX_DEV] [CONFIG_INET] (free_skbuffs): Add > prototype. Mmm, I'd rather keep this hack along the other linux_*_emulation_ops hacks. > --- >

[PATCH 20/29] device/ds_routines.c: remove forward declaration

2013-12-09 Thread Marin Ramesa
* device/ds_routines.c (free_skbuffs): Remove forward declaration. * device/ds_routines.h [LINUX_DEV] [CONFIG_INET] (free_skbuffs): Add prototype. --- device/ds_routines.c | 1 - device/ds_routines.h | 5 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/device/ds_routines.c b/d