commit | 5a6f8d2bd9e3392569ed6f29ea4d7210652f929b | [log] [tgz] |
---|---|---|
author | Arnaud Lacombe <lacombar@gmail.com> | Wed Jun 01 16:14:47 2011 -0400 |
committer | Arnaud Lacombe <lacombar@gmail.com> | Mon Jun 06 15:32:20 2011 -0400 |
tree | 46d91ac276ed7ac643227e665adb3267a30739b9 | |
parent | 84250386efa581fdf5578b68b9dd6b79998ac48d [diff] [blame] |
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>
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index 488dd74..da9f5c4 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c
@@ -7,7 +7,7 @@ */ #define _GNU_SOURCE #include <string.h> -#define LKC_DIRECT_LINK + #include "lkc.h" #include "nconf.h" #include <ctype.h>