aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2011-06-01 16:14:47 -0400
committerArnaud Lacombe <lacombar@gmail.com>2011-06-06 15:32:20 -0400
commit5a6f8d2bd9e3392569ed6f29ea4d7210652f929b (patch)
tree46d91ac276ed7ac643227e665adb3267a30739b9 /scripts/kconfig/lkc.h
parentkconfig: nuke reference to SWIG (diff)
downloadlinux-dev-5a6f8d2bd9e3392569ed6f29ea4d7210652f929b.tar.xz
linux-dev-5a6f8d2bd9e3392569ed6f29ea4d7210652f929b.zip
kconfig: nuke LKC_DIRECT_LINK cruft
This interface is not (and has never been ?) used by any frontend, just get rid of it. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r--scripts/kconfig/lkc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
index febf0c94d558..625ec69ebeee 100644
--- a/scripts/kconfig/lkc.h
+++ b/scripts/kconfig/lkc.h
@@ -21,12 +21,7 @@ static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c;
extern "C" {
#endif
-#ifdef LKC_DIRECT_LINK
#define P(name,type,arg) extern type name arg
-#else
-#include "lkc_defs.h"
-#define P(name,type,arg) extern type (*name ## _p) arg
-#endif
#include "lkc_proto.h"
#undef P