]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV4]: net/ipv4/ipconfig.c should #include <linux/nfs_fs.h>
authorAdrian Bunk <bunk@stusta.de>
Tue, 6 Sep 2005 01:05:52 +0000 (18:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2005 01:05:52 +0000 (18:05 -0700)
commit74d614a805b020b3c8cbf9748cd0041c369d7260
tree32b73ce29507e4361171a24911a17f87feac37f6
parentd17318daffa00808c11559e0f62e60b5271a706a
[IPV4]: net/ipv4/ipconfig.c should #include <linux/nfs_fs.h>

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