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. - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html