Re: [PATCH] PCI fixes for 2.6.0-test2

From: Greg KH (greg@kroah.com)
Date: Fri Aug 01 2003 - 14:31:59 EST


ChangeSet 1.1547.10.4, 2003/07/31 16:07:47-07:00, greg@kroah.com

[PATCH] PCI: pci_device_id can not be marked __devinitdata.

Last straggler in arch/mips/*

 arch/mips/vr41xx/common/vrc4173.c | 2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Nru a/arch/mips/vr41xx/common/vrc4173.c b/arch/mips/vr41xx/common/vrc4173.c
--- a/arch/mips/vr41xx/common/vrc4173.c Fri Aug 1 12:18:29 2003
+++ b/arch/mips/vr41xx/common/vrc4173.c Fri Aug 1 12:18:29 2003
@@ -53,7 +53,7 @@
 #define VRC4173_SYSINT1REG 0x060
 #define VRC4173_MSYSINT1REG 0x06c
 
-static struct pci_device_id vrc4173_table[] __devinitdata = {
+static struct pci_device_id vrc4173_table[] = {
         {PCI_VENDOR_ID_NEC, PCI_DEVICE_ID_NEC_VRC4173, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
         {0, }
 };

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:17 EST