summaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French2007-07-15 23:58:28 +0200
committerSteve French2007-07-15 23:58:28 +0200
commit4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c (patch)
tree1df4ac83d4de2ac16d67712e3a3dc04fa813ec8f /fs/cifs
parent[CIFS] Add support for new POSIX unlink (diff)
downloadkernel-qcow2-linux-4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c.tar.gz
kernel-qcow2-linux-4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c.tar.xz
kernel-qcow2-linux-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')
-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"