[PATCH v2] [POWERPC] Fix build errors when BLOCK=n
Paul Mackerras
paulus at samba.org
Thu Sep 20 10:58:46 EST 2007
Emil Medve writes:
> --- a/arch/powerpc/kernel/ppc_ksyms.c
> +++ b/arch/powerpc/kernel/ppc_ksyms.c
> @@ -12,12 +12,15 @@
> #include <linux/irq.h>
> #include <linux/pci.h>
> #include <linux/delay.h>
> +#if defined(CONFIG_IDE) || defined(CONFIG_IDE_MODULE)
> #include <linux/ide.h>
> +#endif
Why are we still including linux/ide.h at all here?
> #include <linux/bitops.h>
>
> #include <asm/page.h>
> #include <asm/semaphore.h>
> #include <asm/processor.h>
> +#include <asm/cacheflush.h>
What's the point of adding this?
Paul.
More information about the Linuxppc-embedded
mailing list