diff mbox

gpio: select ANON_INODES

Message ID 1465386416-31743-1-git-send-email-linus.walleij@linaro.org
State Accepted
Commit 60a5eaba46919f3a4c63a0c93bb7015ad5e56a82
Headers show

Commit Message

Linus Walleij June 8, 2016, 11:46 a.m. UTC
The build servers found that gpiolib is using ANON_INODES but
has forgotten to select it. Fix this.

Fixes: 521a2ad6f862 ("gpio: add userspace ABI for GPIO line information")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

---
 drivers/gpio/Kconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.4.11

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 48da857f4774..a116609b1914 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -33,6 +33,7 @@  config ARCH_REQUIRE_GPIOLIB
 
 menuconfig GPIOLIB
 	bool "GPIO Support"
+	select ANON_INODES
 	help
 	  This enables GPIO support through the generic GPIO library.
 	  You only need to enable this, if you also want to enable