[PATCH/RFC] powerpc: DBox2 Board Support
Kumar Gala
galak at kernel.crashing.org
Tue Dec 25 03:53:55 EST 2007
>
> diff --git a/include/asm-powerpc/mpc8xx.h b/include/asm-powerpc/
> mpc8xx.h
> index 2be014b..b6fd7d6 100644
> --- a/include/asm-powerpc/mpc8xx.h
> +++ b/include/asm-powerpc/mpc8xx.h
> @@ -23,6 +23,10 @@
> #include <platforms/8xx/mpc885ads.h>
> #endif
>
> +#if defined(CONFIG_DBOX2)
> +#include <platforms/8xx/dbox2.h>
> +#endif
> +
> #ifdef CONFIG_PCMCIA_M8XX
> extern struct mpc8xx_pcmcia_ops m8xx_pcmcia_ops;
> #endif
is this really needed? if so why. we should work towards not having
to do this going forward.
(I cant believe its needed since dbox2.h doesn't seem to have anything
defined we'd need anywhere else).
- k
More information about the Linuxppc-dev
mailing list