Commit e3b54695 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Remove warning in fs/nfs/nfsroot.c

David Gibson <david@gibson.dropbear.id.au>: TRIVIAL: Remove warning in fs_nfs_nfsroot.c:
  Linus, please apply.  The patch below removes a warning in
  fs/nfs/nfsroot.c by including a header file providing a prototype for
  in_aton().
parent f1effee1
......@@ -80,6 +80,7 @@
#include <linux/in.h>
#include <linux/major.h>
#include <linux/utsname.h>
#include <linux/inet.h>
#include <net/ipconfig.h>
/* Define this to allow debugging output */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment