[yocto] [PATCH 1/1] routerstationpro: remove superfluous endif in gpio Kconfig

Darren Hart dvhart at linux.intel.com
Thu Aug 11 01:22:01 PDT 2011


The following patch introduced a superfluous endif at the end
of drivers/gpio/Kconfig, resulting in configuration failures.

commit d3bce96fa662b68f4de2146894c026a9da561df7
Author: Zumeng Chen <zumeng.chen at windriver.com>
Date:   Wed Sep 29 09:58:56 2010 +0800

    Add gpio support for nxp_74hc153

Remove the extra endif.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
CC: Zumeng Chen <zumeng.chen at windriver.com>
---
 drivers/gpio/Kconfig |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 29591e2..df5c97c 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -463,5 +463,3 @@ config GPIO_NXP_74HC153
 	help
 	  Platform driver for NXP 74HC153 Dual 4-input Multiplexer. This
 	  provides a GPIO interface supporting inputs.
-
-endif
-- 
1.7.6




More information about the yocto mailing list