Update the kconfig stuff from git.kernel.org.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Mar 04 18:54:37 2009 +0000 (2009-03-04)
changeset 12285a32746fa3e9
parent 1227 0e41968c3463
child 1229 8864e5255c2d
Update the kconfig stuff from git.kernel.org.
Commit ce97e13e52848c6388598696b7d44748598db759

/trunk/kconfig/confdata.c | 3 1 2 0 +--
1 file changed, 1 insertion(+), 2 deletions(-)
kconfig/confdata.c
     1.1 --- a/kconfig/confdata.c	Wed Mar 04 18:45:26 2009 +0000
     1.2 +++ b/kconfig/confdata.c	Wed Mar 04 18:54:37 2009 +0000
     1.3 @@ -848,8 +848,7 @@
     1.4  
     1.5  	}
     1.6  
     1.7 -	if (modules_sym)
     1.8 -		sym_calc_value(modules_sym);
     1.9 +	sym_clear_all_valid();
    1.10  
    1.11  	if (mode != def_random)
    1.12  		return;