Эх сурвалжийг харах

[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>
Adrian Bunk 19 жил өмнө
parent
commit
43d60661ac
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      net/ipv4/ipconfig.c

+ 1 - 0
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>