From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Kent Subject: [RFC PATCH 2/7] autofs4 - fix string.h include in auto_dev-ioctl.h Date: Mon, 01 Jul 2013 11:14:15 +0800 Message-ID: <20130701031414.4423.25878.stgit@perseus.fritz.box> References: <20130701031335.4423.6154.stgit@perseus.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel , autofs mailing list , Kernel Mailing List To: linux-next@vger.kernel.org Return-path: In-Reply-To: <20130701031335.4423.6154.stgit@perseus.fritz.box> Sender: autofs-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Since including linux/string.h will now do the right thing remove the conditional check. Signed-off-by: Ian Kent --- include/linux/auto_dev-ioctl.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/linux/auto_dev-ioctl.h b/include/linux/auto_dev-ioctl.h index 850f39b..fe4f373 100644 --- a/include/linux/auto_dev-ioctl.h +++ b/include/linux/auto_dev-ioctl.h @@ -11,12 +11,7 @@ #define _LINUX_AUTO_DEV_IOCTL_H #include - -#ifdef __KERNEL__ #include -#else -#include -#endif /* __KERNEL__ */ #define AUTOFS_DEVICE_NAME "autofs"