Re: [PATCH v3 4/8] drivers: net: Include new header file in sbni.c
From: David Miller <davem@davemloft.net>
Date: 2013-12-19 23:52:24
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2013-12-19 23:52:24
Also in:
lkml
From: Rashika Kheria <redacted> Date: Thu, 19 Dec 2013 14:22:37 +0530
Create a new header file include/net/Space.h which contains prototype declaration of sbni_probe(). Include the new header file in drivers/net/Space.c and drivers/net/wan/sbni.c because they use this function. This eliminates the following warning in wan/sbni.c: drivers/net/wan/sbni.c:224:12: warning: no previous prototype for ‘sbni_probe’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria <redacted> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Applied.