x86, es7000: misc cleanups
authorIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 14:29:30 +0000 (15:29 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 16:52:50 +0000 (17:52 +0100)
commit7da18ed924b182f8174de243c55a323c56398675
treeab036a38e73298aa4db41d38cc38d251204adcff
parent352887d1c9d99d4c2f0fbac6176ef0cd4fe7a820
x86, es7000: misc cleanups

These are cleanups that change the md5 signature:

 - asm/ => linux/ include conversion
 - simplify the code flow of find_unisys_acpi_oem_table()
 - move ACPI methods into one #ifdef block
 - remove 0/NULL initialization of statics
 - simplify/standardize printouts
 - update copyrights
 - more cleanups, pointed out by checkpatch

arch/x86/kernel/es7000_32.o:

   text    data     bss     dec     hex filename
   2693     192      44    2929     b71 es7000_32.o.before
   2688     192      44    2924     b6c es7000_32.o.after

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/es7000_32.c