diff options
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 01ff1d45b..2a0a9e05a 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 |