From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: [PATCH 05/12] gpio: amd8111: Include proper header Date: Fri, 19 Jan 2018 07:40:36 +0100 Message-ID: <20180119064043.18241-5-linus.walleij@linaro.org> References: <20180119064043.18241-1-linus.walleij@linaro.org> Return-path: Received: from mail-lf0-f65.google.com ([209.85.215.65]:39979 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753773AbeASGnK (ORCPT ); Fri, 19 Jan 2018 01:43:10 -0500 Received: by mail-lf0-f65.google.com with SMTP id h92so804502lfi.7 for ; Thu, 18 Jan 2018 22:43:09 -0800 (PST) In-Reply-To: <20180119064043.18241-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: linux-gpio@vger.kernel.org Cc: Linus Walleij This driver has no business including , it is a driver so include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-amd8111.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-amd8111.c b/drivers/gpio/gpio-amd8111.c index 30ad7d7c1678..fdcebe59510d 100644 --- a/drivers/gpio/gpio-amd8111.c +++ b/drivers/gpio/gpio-amd8111.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include -- 2.14.3