]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 16:22:53 +0000 (12:22 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 27 Jul 2011 23:09:10 +0000 (19:09 -0400)
commit45a47f67f42af2ec21e563959552af236579ad85
tree602eb80d7bf4bd46891ad326840f230dca0afc60
parent790b1d3579c346c9414c3405ff06ebf28fc9cccc
x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL

These files were implicitly getting EXPORT_SYMBOL via device.h
which was including module.h, but that unfortunate issue will
be short lived.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14 files changed:
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/mcheck/therm_throt.c
arch/x86/kernel/hpet.c
arch/x86/kernel/irq.c
arch/x86/kernel/probe_roms.c
arch/x86/kernel/smp.c
arch/x86/kernel/time.c
arch/x86/kernel/topology.c
arch/x86/pci/i386.c
arch/x86/pci/legacy.c
arch/x86/platform/efi/efi.c
arch/x86/platform/mrst/vrtc.c
arch/x86/platform/uv/bios_uv.c
arch/x86/power/cpu.c