From: Rashika Kheria Date: Sun, 9 Feb 2014 14:29:04 +0000 (+0530) Subject: net: Include appropriate header file in caif/caif_dev.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8203274e1541392e8a85d4bcbcda55d62fe62469;p=deliverable%2Flinux.git net: Include appropriate header file in caif/caif_dev.c Include appropriate header file net/caif/caif_dev.h in caif/caif_dev.c because it has prototype declarations of function defined in caif/caif_dev.c. This eliminates the following file in caif/caif_dev.c: net/caif/caif_dev.c:303:6: warning: no previous prototype for ‘caif_enroll_dev’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c index 4dca159435cf..edbca468fa73 100644 --- a/net/caif/caif_dev.c +++ b/net/caif/caif_dev.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include