[PATCH 0/9] Random kconfig patches

From: Arnaud Lacombe
Date: Mon Jun 06 2011 - 14:58:54 EST


Hi Michal,

You'll find hereafter a serie of relatively trivial (I hope) patches
concerning kconfig. Mostly annotation, deadcode removal, and correctness.
This serie is based on top of v3.0-rc1.

As always, it is also available on my git repo on github:

git://github.com/lacombar/linux-2.6.git kconfig-trivial

Regards,
- Arnaud

Arnaud Lacombe (9):
kconfig: annotate non-trivial fall-trough
kconfig: fix return code for invalid boolean symbol in
conf_set_sym_val()
kconfig: add missing <stdarg.h> inclusion
kconfig: add missing <ctype.h> inclusion
kconfig: add missing <stdlib.h> inclusion
kconfig: nuke reference to SWIG
kconfig: nuke LKC_DIRECT_LINK cruft
kconfig/gconf: kill deadcode
kconfig/gconf: silent missing prototype warnings

scripts/kconfig/Makefile | 23 +++++++-------------
scripts/kconfig/conf.c | 5 +++-
scripts/kconfig/confdata.c | 9 ++++++-
scripts/kconfig/expr.c | 1 -
scripts/kconfig/expr.h | 3 --
scripts/kconfig/gconf.c | 38 +----------------------------------
scripts/kconfig/kconfig_load.c | 35 --------------------------------
scripts/kconfig/kxgettext.c | 1 -
scripts/kconfig/lex.zconf.c_shipped | 1 -
scripts/kconfig/lkc.h | 5 ----
scripts/kconfig/mconf.c | 2 +-
scripts/kconfig/menu.c | 3 +-
scripts/kconfig/nconf.c | 2 +-
scripts/kconfig/qconf.cc | 4 ---
scripts/kconfig/symbol.c | 1 -
scripts/kconfig/util.c | 2 +
scripts/kconfig/zconf.l | 1 -
scripts/kconfig/zconf.tab.c_shipped | 1 -
scripts/kconfig/zconf.y | 1 -
19 files changed, 26 insertions(+), 112 deletions(-)
delete mode 100644 scripts/kconfig/kconfig_load.c

--
1.7.3.4.574.g608b.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/