sections: fix section conflicts in drivers/net
Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: David Miller <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
6cfe1093ca
commit
c477ebd89d
@@ -702,7 +702,7 @@ struct atl1c_platform_patch {
|
||||
u32 patch_flag;
|
||||
#define ATL1C_LINK_PATCH 0x1
|
||||
};
|
||||
static const struct atl1c_platform_patch plats[] __devinitdata = {
|
||||
static const struct atl1c_platform_patch plats[] __devinitconst = {
|
||||
{0x2060, 0xC1, 0x1019, 0x8152, 0x1},
|
||||
{0x2060, 0xC1, 0x1019, 0x2060, 0x1},
|
||||
{0x2060, 0xC1, 0x1019, 0xE000, 0x1},
|
||||
|
Reference in New Issue
Block a user