diff options
Diffstat (limited to 'drivers/mpc8xx_pcmcia.c')
| -rw-r--r-- | drivers/mpc8xx_pcmcia.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/mpc8xx_pcmcia.c b/drivers/mpc8xx_pcmcia.c index 1fb106f51..399a719e5 100644 --- a/drivers/mpc8xx_pcmcia.c +++ b/drivers/mpc8xx_pcmcia.c @@ -1,5 +1,7 @@  #include <common.h> +#if defined(CONFIG_8xx)  #include <mpc8xx.h> +#endif  #include <pcmcia.h>  #undef	CONFIG_PCMCIA |