netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] net/ipv4/ipconfig.c should #include <linux/nfs_fs.h>
@ 2005-09-03  1:25 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-09-03  1:25 UTC (permalink / raw)
  To: netdev; +Cc: linux-kernel

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>

--- linux-2.6.13-mm1-full/net/ipv4/ipconfig.c.old	2005-09-03 02:18:06.000000000 +0200
+++ linux-2.6.13-mm1-full/net/ipv4/ipconfig.c	2005-09-03 02:18:27.000000000 +0200
@@ -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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-03  1:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-03  1:25 [2.6 patch] net/ipv4/ipconfig.c should #include <linux/nfs_fs.h> Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).