diff options
| author | Steve French <sfrench@us.ibm.com> | 2007-07-15 17:58:28 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2007-07-15 17:58:28 -0400 |
| commit | 4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c (patch) | |
| tree | 1df4ac83d4de2ac16d67712e3a3dc04fa813ec8f | |
| parent | 2d785a50a8aa404c19f56d2c22445e48e418112b (diff) | |
[CIFS] Fix build break - inet.h not included when experimental ifdef off
Signed-off-by: Steve French <sfrench@us.ibm.com>
| -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 ef9c98145850..fe3d910efeb7 100644 --- a/fs/cifs/netmisc.c +++ b/fs/cifs/netmisc.c | |||
| @@ -29,9 +29,7 @@ | |||
| 29 | #include <linux/fs.h> | 29 | #include <linux/fs.h> |
| 30 | #include <asm/div64.h> | 30 | #include <asm/div64.h> |
| 31 | #include <asm/byteorder.h> | 31 | #include <asm/byteorder.h> |
| 32 | #ifdef CONFIG_CIFS_EXPERIMENTAL | ||
| 33 | #include <linux/inet.h> | 32 | #include <linux/inet.h> |
| 34 | #endif | ||
| 35 | #include "cifsfs.h" | 33 | #include "cifsfs.h" |
| 36 | #include "cifspdu.h" | 34 | #include "cifspdu.h" |
| 37 | #include "cifsglob.h" | 35 | #include "cifsglob.h" |
