projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295098e
)
[IPV4]: net/ipv4/ipconfig.c should #include <linux/nfs_fs.h>
author
Adrian Bunk
<bunk@stusta.de>
Tue, 6 Sep 2005 01:05:52 +0000
(18:05 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 6 Sep 2005 01:05:52 +0000
(18:05 -0700)
Every file should #include the header files containing the prototypes of
it's global functions.
nfs_fs.h contains the prototype of root_nfs_parse_addr().
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipconfig.c
patch
|
blob
|
history
diff --git
a/net/ipv4/ipconfig.c
b/net/ipv4/ipconfig.c
index 63e106605f289a1503e63105f68ad8520e8bc36a..953129d392d21cc97f551f93c519b491cb0190cc 100644
(file)
--- a/
net/ipv4/ipconfig.c
+++ b/
net/ipv4/ipconfig.c
@@
-54,6
+54,7
@@
#include <linux/major.h>
#include <linux/root_dev.h>
#include <linux/delay.h>
+#include <linux/nfs_fs.h>
#include <net/arp.h>
#include <net/ip.h>
#include <net/ipconfig.h>