From: Rashika Kheria Date: Thu, 19 Dec 2013 08:52:37 +0000 (+0530) Subject: drivers: net: Include new header file in sbni.c X-Git-Tag: v3.14-rc1~94^2~424 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6835f9c5d3199e6fa17ffad023f4b7dbad4f1a3;p=pandora-kernel.git drivers: net: Include new header file in sbni.c 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 Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- Reading git-diff-tree failed