diff options
author | Lei Wen <[leiwen@marvell.com]> | 2011-10-18 20:11:55 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:33 +0200 |
commit | 71f13a21dc78b312e1a250bef88c14f9de94b62b (patch) | |
tree | 0daaf56c3d0510a65382bc8e7e1eacbb4918bbf9 /drivers/gpio/mvmfp.c | |
parent | 5ff8b35412e895287d91172c9ac3b60520d41ddb (diff) | |
download | u-boot-imx-71f13a21dc78b312e1a250bef88c14f9de94b62b.zip u-boot-imx-71f13a21dc78b312e1a250bef88c14f9de94b62b.tar.gz u-boot-imx-71f13a21dc78b312e1a250bef88c14f9de94b62b.tar.bz2 |
gpio: mvmfp: reduce include platform file
Build pass with following config:
dkb_config
aspenite_config
Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'drivers/gpio/mvmfp.c')
-rw-r--r-- | 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 |