Revert "backports: only backport kconfig.h macros for < v3.4"
authorJohannes Berg <johannes.berg@intel.com>
Tue, 7 Feb 2017 12:27:34 +0000 (13:27 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 7 Feb 2017 14:07:20 +0000 (15:07 +0100)
This reverts commit c154481c1cfa25da4955eaa4a71523cb2abeda58.

With Arend's patch, this is no longer needed.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/backport-include/linux/kconfig.h

index ee812ccfcbef4a76c5fe693fe7d5b95cf7da720d..e284dca1af713f88312557346fb23fdb92b8e7ea 100644 (file)
@@ -5,7 +5,6 @@
 #include_next <linux/kconfig.h>
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)
 #ifndef __ARG_PLACEHOLDER_1
 #define __ARG_PLACEHOLDER_1 0,
 #define config_enabled(cfg) _config_enabled(cfg)
@@ -44,4 +43,3 @@
 #endif
 
 #endif
-#endif