[U-Boot] [PATCH 5/5] gpio: mvmfp: reduce include platform file

Lei Wen adrian.wenl at gmail.com
Sun Oct 2 16:16:53 CEST 2011


Build pass with following config:
dkb_config
aspenite_config

Signed-off-by: Lei Wen <leiwen at marvell.com>
---
 drivers/gpio/mvmfp.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/drivers/gpio/mvmfp.c b/drivers/gpio/mvmfp.c
index e7830c6..f56c037 100644
--- a/drivers/gpio/mvmfp.c
+++ b/drivers/gpio/mvmfp.c
@@ -26,13 +26,6 @@
 #include <asm/io.h>
 #include <mvmfp.h>
 #include <asm/arch/mfp.h>
-#ifdef CONFIG_ARMADA100
-#include <asm/arch/armada100.h>
-#elif defined(CONFIG_PANTHEON)
-#include <asm/arch/pantheon.h>
-#else
-#error Unsupported SoC...
-#endif
 
 /*
  * mfp_config
-- 
1.7.0.4



More information about the U-Boot mailing list