X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=kernel%2Fbounds.c;h=e1d1d1952bfa37eaafd87486e03555051e16283c;hb=8b7c94e3478dbb0296293b43a974c3561d01e9fb;hp=9fd4246b04b8298ec608dbba4d9ee9997e105fbc;hpb=d891ea23d5203e5c47439b2a174f86a00b356a6c;p=deliverable%2Flinux.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