From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: [PATCH 01/12] gpio: 74x174: Include proper headers Date: Fri, 19 Jan 2018 07:40:32 +0100 Message-ID: <20180119064043.18241-1-linus.walleij@linaro.org> Return-path: Received: from mail-lf0-f66.google.com ([209.85.215.66]:42403 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751282AbeASGm5 (ORCPT ); Fri, 19 Jan 2018 01:42:57 -0500 Received: by mail-lf0-f66.google.com with SMTP id q17so804318lfa.9 for ; Thu, 18 Jan 2018 22:42:57 -0800 (PST) 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 or . Cut them and include and which is it they really needs. Signed-off-by: Linus Walleij --- drivers/gpio/gpio-74x164.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-74x164.c b/drivers/gpio/gpio-74x164.c index 6b535ec858cc..3c25f504a784 100644 --- a/drivers/gpio/gpio-74x164.c +++ b/drivers/gpio/gpio-74x164.c @@ -9,12 +9,11 @@ * published by the Free Software Foundation. */ -#include #include #include #include -#include -#include +#include +#include #include #include -- 2.14.3