via-velocity: section fix

From: Andrew Morton <akpm@linux-foundation.org>

gcc-3.4.4 on powerpc:

drivers/net/via-velocity.c:443: error: chip_info_table causes a section type conflict

on this one I had to remove the __devinitdata too. Don't know why.

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 4f14b92f aa738adf

+1 -1
+1 -1
drivers/net/via-velocity.c
··· 440 440 * Internal board variants. At the moment we have only one 441 441 */ 442 442 443 - static const struct velocity_info_tbl chip_info_table[] __devinitdata = { 443 + static struct velocity_info_tbl chip_info_table[] = { 444 444 {CHIP_TYPE_VT6110, "VIA Networking Velocity Family Gigabit Ethernet Adapter", 1, 0x00FFFFFFUL}, 445 445 { } 446 446 };