diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2011-06-01 16:14:47 -0400 |
---|---|---|
committer | Arnaud Lacombe <lacombar@gmail.com> | 2011-06-06 15:32:20 -0400 |
commit | 5a6f8d2bd9e3392569ed6f29ea4d7210652f929b (patch) | |
tree | 46d91ac276ed7ac643227e665adb3267a30739b9 /scripts/kconfig/zconf.tab.c_shipped | |
parent | 84250386efa581fdf5578b68b9dd6b79998ac48d (diff) |
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/zconf.tab.c_shipped')
-rw-r--r-- | scripts/kconfig/zconf.tab.c_shipped | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped index 4c5495ea205e..c1579e6e79a6 100644 --- a/scripts/kconfig/zconf.tab.c_shipped +++ b/scripts/kconfig/zconf.tab.c_shipped | |||
@@ -88,7 +88,6 @@ | |||
88 | #include <string.h> | 88 | #include <string.h> |
89 | #include <stdbool.h> | 89 | #include <stdbool.h> |
90 | 90 | ||
91 | #define LKC_DIRECT_LINK | ||
92 | #include "lkc.h" | 91 | #include "lkc.h" |
93 | 92 | ||
94 | #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) | 93 | #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) |