]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] net drivers: fix section attributes for gcc
authorRandy Dunlap <rdunlap@xenotime.net>
Tue, 11 Apr 2006 06:22:06 +0000 (23:22 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 12 Apr 2006 22:08:45 +0000 (18:08 -0400)
commite19360f2945f54eb44ae170ec9c33910d29834a2
treec9959bb3d5a91efd21ca43c556544a7b0c1842bc
parent037998d1e979e88a140ef32c5d28730f6ca8a96f
[PATCH] net drivers: fix section attributes for gcc

If CONFIG_HOTPLUG=n, gcc doesn't like some __initdata to be const (rodata)
and other __initdata not const, so make the non-const __initdata const.

gcc errors:
drivers/net/bnx2.c:66: error: version causes a section type conflict
drivers/net/starfire.c:338: error: version causes a section type conflict
drivers/net/typhoon.c:137: error: version causes a section type conflict
drivers/net/natsemi.c:241: error: version causes a section type conflict

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/bnx2.c
drivers/net/natsemi.c
drivers/net/starfire.c
drivers/net/typhoon.c