Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43d60661 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 295098e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>