From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH 9/9] gpio-mxc: stop including Date: Fri, 28 Aug 2015 09:27:22 +0200 Message-ID: <1440746842-19029-10-git-send-email-hch@lst.de> References: <1440746842-19029-1-git-send-email-hch@lst.de> Return-path: In-Reply-To: <1440746842-19029-1-git-send-email-hch@lst.de> Sender: linux-kernel-owner@vger.kernel.org To: arnd@arndb.de Cc: mitake@dcl.info.waseda.ac.jp, dhowells@redhat.com, herbert@gondor.apana.org.au, oded.gabbay@amd.com, eli@mellanox.com, james_p_freyensee@linux.intel.com, linux-gpio@vger.kernel.org, drbd-dev@lists.linbit.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org contains the default implementation of BUG() and friends, which architectures may decide to use. The proper way to get them is , so use that. Signed-off-by: Christoph Hellwig --- drivers/gpio/gpio-mxc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-mxc.c b/drivers/gpio/gpio-mxc.c index ec1eb1b..95be265 100644 --- a/drivers/gpio/gpio-mxc.c +++ b/drivers/gpio/gpio-mxc.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include enum mxc_gpio_hwtype { IMX1_GPIO, /* runs on i.mx1 */ -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:33500 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752296AbbH1HbN (ORCPT ); Fri, 28 Aug 2015 03:31:13 -0400 From: Christoph Hellwig Subject: [PATCH 9/9] gpio-mxc: stop including Date: Fri, 28 Aug 2015 09:27:22 +0200 Message-ID: <1440746842-19029-10-git-send-email-hch@lst.de> In-Reply-To: <1440746842-19029-1-git-send-email-hch@lst.de> References: <1440746842-19029-1-git-send-email-hch@lst.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: arnd@arndb.de Cc: mitake@dcl.info.waseda.ac.jp, dhowells@redhat.com, herbert@gondor.apana.org.au, oded.gabbay@amd.com, eli@mellanox.com, james_p_freyensee@linux.intel.com, linux-gpio@vger.kernel.org, drbd-dev@lists.linbit.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20150828072722.NkwjjItk7T-UA_wOtjAs9_LzmtLaYdUWtqIozUnSv2o@z> contains the default implementation of BUG() and friends, which architectures may decide to use. The proper way to get them is , so use that. Signed-off-by: Christoph Hellwig --- drivers/gpio/gpio-mxc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-mxc.c b/drivers/gpio/gpio-mxc.c index ec1eb1b..95be265 100644 --- a/drivers/gpio/gpio-mxc.c +++ b/drivers/gpio/gpio-mxc.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include enum mxc_gpio_hwtype { IMX1_GPIO, /* runs on i.mx1 */ -- 1.9.1