diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 15:24:56 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 15:24:56 +0200 |
commit | 966083e95f5ba2bf4a1723b19313e69c14b60092 (patch) | |
tree | 511a1ed8d7147e38a8437a2afa26dcc221b0c471 /drivers/rpx_pcmcia.c | |
parent | 144f7795eefae2997dbac461fc150fe9bd9057c8 (diff) | |
download | u-boot-imx-966083e95f5ba2bf4a1723b19313e69c14b60092.zip u-boot-imx-966083e95f5ba2bf4a1723b19313e69c14b60092.tar.gz u-boot-imx-966083e95f5ba2bf4a1723b19313e69c14b60092.tar.bz2 |
More code cleanup
Diffstat (limited to 'drivers/rpx_pcmcia.c')
-rw-r--r-- | drivers/rpx_pcmcia.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rpx_pcmcia.c b/drivers/rpx_pcmcia.c index 01ff1d4..2a0a9e0 100644 --- a/drivers/rpx_pcmcia.c +++ b/drivers/rpx_pcmcia.c @@ -2,7 +2,9 @@ /* RPX Boards from Embedded Planet */ /* -------------------------------------------------------------------- */ #include <common.h> +#ifdef CONFIG_8xx #include <mpc8xx.h> +#endif #include <pcmcia.h> #undef CONFIG_PCMCIA |