Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: Include appropriate header file in caif/cfsrvl.c

Include appropriate header file net/caif/caif_dev.h in caif/cfsrvl.c
because it has prototype declaration of functions defined in
caif/cfsrvl.c.

This eliminates the following warning in caif/cfsrvl.c:
net/caif/cfsrvl.c:198:6: warning: no previous prototype for ‘caif_free_client’ [-Wmissing-prototypes]
net/caif/cfsrvl.c:208:6: warning: no previous prototype for ‘caif_client_register_refcnt’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Rashika Kheria and committed by
David S. Miller
02fe72c9 8203274e

+1
+1
net/caif/cfsrvl.c
··· 15 15 #include <net/caif/caif_layer.h> 16 16 #include <net/caif/cfsrvl.h> 17 17 #include <net/caif/cfpkt.h> 18 + #include <net/caif/caif_dev.h> 18 19 19 20 #define SRVL_CTRL_PKT_SIZE 1 20 21 #define SRVL_FLOW_OFF 0x81