android_kernel_xiaomi_sm7250/arch/i386/pci
Roland Dreier 1d37374197 [PATCH] toshiba_ohci1394_dmi_table should be __devinitdata, not __devinit
I don't really understand why gcc gives the error it does, but without
this patch, when building with CONFIG_HOTPLUG=n, I get errors like:

      CC      arch/x86_64/pci/../../i386/pci/fixup.o
    arch/x86_64/pci/../../i386/pci/fixup.c: In function `pci_fixup_i450nx':
    arch/x86_64/pci/../../i386/pci/fixup.c:13: error: pci_fixup_i450nx causes a section type conflict

The change is obviously correct: an array should be declared
__devinitdata rather that __devinit.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Acked-by: Martin J. Bligh <mbligh@mbligh.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-01 21:27:22 -08:00
..
acpi.c [PATCH] i386: include linux/irq.h rather than asm/hw_irq.h 2005-09-30 10:58:37 -07:00
common.c
direct.c
fixup.c [PATCH] toshiba_ohci1394_dmi_table should be __devinitdata, not __devinit 2005-11-01 21:27:22 -08:00
i386.c
irq.c [PATCH] asus vt8235 router buggy bios workaround 2005-10-30 17:37:12 -08:00
legacy.c
Makefile
mmconfig.c
numa.c
pcbios.c
pci.h
visws.c