From: Steve French Date: Sun, 15 Jul 2007 21:58:28 +0000 (+0000) Subject: [CIFS] Fix build break - inet.h not included when experimental ifdef off X-Git-Tag: firefly_0821_release~27674^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c;p=firefly-linux-kernel-4.4.55.git [CIFS] Fix build break - inet.h not included when experimental ifdef off Signed-off-by: Steve French --- 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 @@ #include #include #include -#ifdef CONFIG_CIFS_EXPERIMENTAL #include -#endif #include "cifsfs.h" #include "cifspdu.h" #include "cifsglob.h"