From 16c3bd35413126ae3e545ea5cd256c80ae755dd2 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 28 Aug 2015 09:27:22 +0200 Subject: [PATCH] gpio-mxc: stop including 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 Signed-off-by: Arnd Bergmann --- 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 b8dd847443c5..6ea8df6c7397 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 */ -- 2.20.1