diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2012-04-12 03:39:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-13 14:03:16 -0400 |
commit | 8e052e52896e5d665e1380d5524c9c21f52c0bfd (patch) | |
tree | 2376e175971cd02bb5ad3580bb2e43786927b659 /net/phonet | |
parent | 3c490a87f6f6ce5b002c42f9c00c9136ddbd7248 (diff) |
Phonet: missing headers (sparse)
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/phonet')
-rw-r--r-- | net/phonet/sysctl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/phonet/sysctl.c b/net/phonet/sysctl.c index cea1c7dbdae2..740bf209dd97 100644 --- a/net/phonet/sysctl.c +++ b/net/phonet/sysctl.c @@ -27,6 +27,10 @@ #include <linux/errno.h> #include <linux/init.h> +#include <net/sock.h> +#include <linux/phonet.h> +#include <net/phonet/phonet.h> + #define DYNAMIC_PORT_MIN 0x40 #define DYNAMIC_PORT_MAX 0x7f |