kernel/arch/sparc/include/asm/ide.h
.. .. @@ -13,12 +13,11 @@ 13 13 14 14 #include <asm/io.h> 15 15 #ifdef CONFIG_SPARC64 16 -#include <asm/pgalloc.h>17 16 #include <asm/spitfire.h> 18 17 #include <asm/cacheflush.h> 19 18 #include <asm/page.h> 20 19 #else 21 -#include <asm/pgtable.h>20 +#include <linux/pgtable.h>22 21 #include <asm/psr.h> 23 22 #endif 24 23