X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Fbounds.c;h=e1d1d1952bfa37eaafd87486e03555051e16283c;hb=970fd3f04d5949a4b5f6d0a5fea8e4b6797a5992;hp=9fd4246b04b8298ec608dbba4d9ee9997e105fbc;hpb=deb2a1d29bf0168ff2575e714e5c1f156be663fb;p=firefly-linux-kernel-4.4.55.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