Commit 4a379e66 authored by Steve French's avatar Steve French
Browse files

[CIFS] Fix build break - inet.h not included when experimental ifdef off



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 2d785a50
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"