kconfig: Propagate const
authorMichal Marek <mmarek@suse.cz>
Thu, 30 Sep 2010 20:17:48 +0000 (22:17 +0200)
committerMichal Marek <mmarek@suse.cz>
Thu, 30 Sep 2010 20:17:48 +0000 (22:17 +0200)
commita01ebe154c03f6ad58a1ec1bda616032bfe232e0
treedd5575d84162f6fca30135eb26837ea5fdd40dd9
parent8bea7548ee0223175bea5fddcc54af93bd252d9b
kconfig: Propagate const

Commit 2e7a091 made struct file->name a const char*, but forgot to
constify all users of it.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/kxgettext.c