]> Git Repo - linux.git/blobdiff - include/linux/kernel.h
ipv4: use separate genid for next hop exceptions
[linux.git] / include / linux / kernel.h
index 6d1844f393c07dc74fd4c11f877053bbe26920b5..e96329ceb28c8440e470e3e073226ed24995a462 100644 (file)
@@ -786,13 +786,6 @@ static inline void ftrace_dump(enum ftrace_dump_mode oops_dump_mode) { }
 /* Trap pasters of __FUNCTION__ at compile-time */
 #define __FUNCTION__ (__func__)
 
-/* This helps us to avoid #ifdef CONFIG_SYMBOL_PREFIX */
-#ifdef CONFIG_SYMBOL_PREFIX
-#define SYMBOL_PREFIX CONFIG_SYMBOL_PREFIX
-#else
-#define SYMBOL_PREFIX ""
-#endif
-
 /* Rebuild everything on CONFIG_FTRACE_MCOUNT_RECORD */
 #ifdef CONFIG_FTRACE_MCOUNT_RECORD
 # define REBUILD_DUE_TO_FTRACE_MCOUNT_RECORD
This page took 0.038646 seconds and 4 git commands to generate.