aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/netmisc.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-07-15 21:58:28 +0000
committerSteve French <sfrench@us.ibm.com>2007-07-15 21:58:28 +0000
commit4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c (patch)
tree1df4ac83d4de2ac16d67712e3a3dc04fa813ec8f /fs/cifs/netmisc.c
parent[CIFS] Add support for new POSIX unlink (diff)
downloadlinux-dev-4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c.tar.xz
linux-dev-4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c.zip
[CIFS] Fix build break - inet.h not included when experimental ifdef off
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/netmisc.c')
-rw-r--r--fs/cifs/netmisc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/netmisc.c b/fs/cifs/netmisc.c
index ef9c98145850..fe3d910efeb7 100644
--- a/fs/cifs/netmisc.c
+++ b/fs/cifs/netmisc.c
@@ -29,9 +29,7 @@
#include <linux/fs.h>
#include <asm/div64.h>
#include <asm/byteorder.h>
-#ifdef CONFIG_CIFS_EXPERIMENTAL
#include <linux/inet.h>
-#endif
#include "cifsfs.h"
#include "cifspdu.h"
#include "cifsglob.h"