From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751747AbaKCIMs (ORCPT ); Mon, 3 Nov 2014 03:12:48 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:38913 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751620AbaKCIMn (ORCPT ); Mon, 3 Nov 2014 03:12:43 -0500 X-Sasl-enc: IEJDsptUreqZ6zU3qmOIRlktYkR9AXSkiffVxN2rF2O9 1415002361 Subject: [PATCH 05/13] autofs4 - fix string.h include in auto_dev-ioctl.h From: Ian Kent To: Andrew Morton Cc: linux-fsdevel , autofs mailing list , Kernel Mailing List Date: Mon, 03 Nov 2014 16:12:39 +0800 Message-ID: <20141103081239.6215.96771.stgit@perseus.themaw.net> In-Reply-To: <20141103081218.6215.85903.stgit@perseus.themaw.net> References: <20141103081218.6215.85903.stgit@perseus.themaw.net> User-Agent: StGit/0.17-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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 6427816..7caaf29 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"