X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fmmzone.h;h=f53ec54c92ffa17ee35ebd5514d25676904601fd;hb=a44ca24424814d081363e8750e3b4ecec9537523;hp=f6bd2e0c45a1ff73e1259582c76edebb521e4853;hpb=c9ab09710ecb071031b0a04f3f9d7e686c0a75e0;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-mips/mmzone.h b/include/asm-mips/mmzone.h index f6bd2e0c45a..f53ec54c92f 100644 --- a/include/asm-mips/mmzone.h +++ b/include/asm-mips/mmzone.h @@ -5,13 +5,11 @@ #ifndef _ASM_MMZONE_H_ #define _ASM_MMZONE_H_ -#include #include #include #ifdef CONFIG_DISCONTIGMEM -#define kvaddr_to_nid(kvaddr) pa_to_nid(__pa(kvaddr)) #define pfn_to_nid(pfn) pa_to_nid((pfn) << PAGE_SHIFT) #endif /* CONFIG_DISCONTIGMEM */