From ef12afdc193e43c033a9d799da19d0e9656f4d18 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 24 Aug 2016 13:51:33 +0200 Subject: [PATCH] Revert "gpio: include in gpiolib-of" This reverts commit 576ddb642429f50daf89121ccb9150680f840bfd. The commit was pointless, manically trembling in the dark for a solution. The real fixes are: commit 1ed4091a7e80 ("gpio: make any OF dependent driver depend on OF_GPIO") commit cf55daabd1e0 ("gpio: Fix OF build problem on UM") Reported-by: Chris Wilson Signed-off-by: Linus Walleij --- drivers/gpio/gpiolib-of.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c index 75e7b3919ea77..a28feb3edf333 100644 --- a/drivers/gpio/gpiolib-of.c +++ b/drivers/gpio/gpiolib-of.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include -- 2.39.5