Merge branch 'core/header-fixes' into x86/headers

Conflicts:
	arch/x86/include/asm/setup.h
This commit is contained in:
Ingo Molnar
2009-02-13 21:05:03 +01:00
36 changed files with 100 additions and 86 deletions

View File

@@ -38,7 +38,7 @@ foreach my $file (@files) {
&check_asm_types();
&check_sizetypes();
&check_prototypes();
&check_config();
# Dropped for now. Too much noise &check_config();
}
close FH;
}