[CIFS] Fix build break - inet.h not included when experimental ifdef off
authorSteve French <sfrench@us.ibm.com>
Sun, 15 Jul 2007 21:58:28 +0000 (21:58 +0000)
committerSteve French <sfrench@us.ibm.com>
Sun, 15 Jul 2007 21:58:28 +0000 (21:58 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/netmisc.c

index ef9c981..fe3d910 100644 (file)
@@ -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"