mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
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>
This commit is contained in:
parent
aa738adf89
commit
4f14b92f45
@ -440,7 +440,7 @@ static void velocity_unregister_notifier(void)
|
||||
* Internal board variants. At the moment we have only one
|
||||
*/
|
||||
|
||||
static const struct velocity_info_tbl chip_info_table[] __devinitdata = {
|
||||
static struct velocity_info_tbl chip_info_table[] = {
|
||||
{CHIP_TYPE_VT6110, "VIA Networking Velocity Family Gigabit Ethernet Adapter", 1, 0x00FFFFFFUL},
|
||||
{ }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user