diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kernel.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 815e5845d954..dd9900cabf89 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -687,13 +687,6 @@ static inline void ftrace_dump(enum ftrace_dump_mode oops_dump_mode) { } | |||
687 | /* Trap pasters of __FUNCTION__ at compile-time */ | 687 | /* Trap pasters of __FUNCTION__ at compile-time */ |
688 | #define __FUNCTION__ (__func__) | 688 | #define __FUNCTION__ (__func__) |
689 | 689 | ||
690 | /* This helps us avoid #ifdef CONFIG_COMPACTION */ | ||
691 | #ifdef CONFIG_COMPACTION | ||
692 | #define COMPACTION_BUILD 1 | ||
693 | #else | ||
694 | #define COMPACTION_BUILD 0 | ||
695 | #endif | ||
696 | |||
697 | /* This helps us to avoid #ifdef CONFIG_SYMBOL_PREFIX */ | 690 | /* This helps us to avoid #ifdef CONFIG_SYMBOL_PREFIX */ |
698 | #ifdef CONFIG_SYMBOL_PREFIX | 691 | #ifdef CONFIG_SYMBOL_PREFIX |
699 | #define SYMBOL_PREFIX CONFIG_SYMBOL_PREFIX | 692 | #define SYMBOL_PREFIX CONFIG_SYMBOL_PREFIX |