sections: fix section conflicts in drivers/net
[linux-2.6-microblaze.git] / drivers / net / ethernet / realtek / 8139too.c
index 1d83565..3ed7add 100644 (file)
@@ -228,7 +228,7 @@ typedef enum {
 static const struct {
        const char *name;
        u32 hw_flags;
-} board_info[] __devinitdata = {
+} board_info[] __devinitconst = {
        { "RealTek RTL8139", RTL8139_CAPS },
        { "RealTek RTL8129", RTL8129_CAPS },
 };