X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Fbounds.c;h=e1d1d1952bfa37eaafd87486e03555051e16283c;hb=a79ec89fd8459f0de850898f432a2a57d60e64de;hp=9fd4246b04b8298ec608dbba4d9ee9997e105fbc;hpb=a00928f55841f8a7d28120f967068255b89d41b1;p=karo-tx-linux.git diff --git a/kernel/bounds.c b/kernel/bounds.c index 9fd4246b04b8..e1d1d1952bfa 100644 --- a/kernel/bounds.c +++ b/kernel/bounds.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include @@ -18,7 +17,6 @@ void foo(void) /* The enum constants to put into include/generated/bounds.h */ DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS); DEFINE(MAX_NR_ZONES, __MAX_NR_ZONES); - DEFINE(NR_PCG_FLAGS, __NR_PCG_FLAGS); #ifdef CONFIG_SMP DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); #endif