Commit 4a379e66 authored by Steve French's avatar Steve French

[CIFS] Fix build break - inet.h not included when experimental ifdef off

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 2d785a50
...@@ -29,9 +29,7 @@ ...@@ -29,9 +29,7 @@
#include <linux/fs.h> #include <linux/fs.h>
#include <asm/div64.h> #include <asm/div64.h>
#include <asm/byteorder.h> #include <asm/byteorder.h>
#ifdef CONFIG_CIFS_EXPERIMENTAL
#include <linux/inet.h> #include <linux/inet.h>
#endif
#include "cifsfs.h" #include "cifsfs.h"
#include "cifspdu.h" #include "cifspdu.h"
#include "cifsglob.h" #include "cifsglob.h"
......
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