diff options
author | Steve French <sfrench@us.ibm.com> | 2007-07-15 21:58:28 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-07-15 21:58:28 +0000 |
commit | 4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c (patch) | |
tree | 1df4ac83d4de2ac16d67712e3a3dc04fa813ec8f /fs/cifs | |
parent | 2d785a50a8aa404c19f56d2c22445e48e418112b (diff) | |
download | kernel_samsung_smdk4412-4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c.zip kernel_samsung_smdk4412-4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c.tar.gz kernel_samsung_smdk4412-4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c.tar.bz2 |
[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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/netmisc.c b/fs/cifs/netmisc.c index ef9c981..fe3d910 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" |