OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c490a8
)
Phonet: missing headers (sparse)
author
Rémi Denis-Courmont
<remi.denis-courmont@nokia.com>
Thu, 12 Apr 2012 03:39:17 +0000
(
03:39
+0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 13 Apr 2012 18:03:16 +0000
(14:03 -0400)
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/phonet/sysctl.c
patch
|
blob
|
history
diff --git
a/net/phonet/sysctl.c
b/net/phonet/sysctl.c
index
cea1c7d
..
740bf20
100644
(file)
--- 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