Pārlūkot izejas kodu

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

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 18 gadi atpakaļ
vecāks
revīzija
4a379e6657
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      fs/cifs/netmisc.c

+ 0 - 2
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"