X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnuma.h;h=a31a7301b159e8b1b8036a14cf734dd55ec0d0e2;hb=75d7d963e3dcf8a1410000ab246921709e276cd9;hp=f0c539bd3cfc44e07eaafc26bcf358c29c0fc65f;hpb=8678887e7fb43cd6c9be6c9807b05e77848e0920;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/numa.h b/include/linux/numa.h index f0c539bd3cf..a31a7301b15 100644 --- a/include/linux/numa.h +++ b/include/linux/numa.h @@ -1,13 +1,10 @@ #ifndef _LINUX_NUMA_H #define _LINUX_NUMA_H -#include -#ifndef CONFIG_FLATMEM -#include -#endif - -#ifndef NODES_SHIFT +#ifdef CONFIG_NODES_SHIFT +#define NODES_SHIFT CONFIG_NODES_SHIFT +#else #define NODES_SHIFT 0 #endif