X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnuma.h;h=a31a7301b159e8b1b8036a14cf734dd55ec0d0e2;hb=15c8b6c1aaaf1c4edd67e2f02e4d8e1bd1a51c0d;hp=f0c539bd3cfc44e07eaafc26bcf358c29c0fc65f;hpb=5028770a42e7bc4d15791a44c28f0ad539323807;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