natsemi: section fix

gcc-3.4.4 on powerpc:

drivers/net/natsemi.c:245: error: natsemi_pci_info causes a section type conflict

Cc: Jeff Garzik <jeff@garzik.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Andrew Morton and committed by David S. Miller aa738adf 952b3494

+3 -3
+3 -3
drivers/net/natsemi.c
··· 127 #define NATSEMI_RX_LIMIT 2046 /* maximum supported by hardware */ 128 129 /* These identify the driver base version and may not be removed. */ 130 - static const char version[] __devinitdata = 131 KERN_INFO DRV_NAME " dp8381x driver, version " 132 DRV_VERSION ", " DRV_RELDATE "\n" 133 KERN_INFO " originally by Donald Becker <becker@scyld.com>\n" ··· 238 }; 239 240 /* array of board data directly indexed by pci_tbl[x].driver_data */ 241 - static const struct { 242 const char *name; 243 unsigned long flags; 244 unsigned int eeprom_size; ··· 247 { "NatSemi DP8381[56]", 0, 24 }, 248 }; 249 250 - static const struct pci_device_id natsemi_pci_tbl[] __devinitdata = { 251 { PCI_VENDOR_ID_NS, 0x0020, 0x12d9, 0x000c, 0, 0, 0 }, 252 { PCI_VENDOR_ID_NS, 0x0020, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 }, 253 { } /* terminate list */
··· 127 #define NATSEMI_RX_LIMIT 2046 /* maximum supported by hardware */ 128 129 /* These identify the driver base version and may not be removed. */ 130 + static char version[] __devinitdata = 131 KERN_INFO DRV_NAME " dp8381x driver, version " 132 DRV_VERSION ", " DRV_RELDATE "\n" 133 KERN_INFO " originally by Donald Becker <becker@scyld.com>\n" ··· 238 }; 239 240 /* array of board data directly indexed by pci_tbl[x].driver_data */ 241 + static struct { 242 const char *name; 243 unsigned long flags; 244 unsigned int eeprom_size; ··· 247 { "NatSemi DP8381[56]", 0, 24 }, 248 }; 249 250 + static struct pci_device_id natsemi_pci_tbl[] __devinitdata = { 251 { PCI_VENDOR_ID_NS, 0x0020, 0x12d9, 0x000c, 0, 0, 0 }, 252 { PCI_VENDOR_ID_NS, 0x0020, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 }, 253 { } /* terminate list */