aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2007-04-26 00:04:39 -0700
committerRussell King <[email protected]>2007-04-28 10:26:47 +0100
commit3e18c8dd0d3456f96e13bc2e72197bfae11d8501 (patch)
tree050731ddcd2321e2a41544988f09abd4b5d3d038 /include
parent5d01f133412b0e27b340ab1bbb2cf0017329ae61 (diff)
[ARM] fix section mismatch warning in board-sam9260
Andrew Morton found a section mismatch warning in x86_64 triggered by a wrongly placed __initdata marker. git grep "struct __initdata" revealed that board-sam9260.c had the same problem. This patch fixes this by placing the __initdata marker correct. It was checked with objdump that the variable was moved to .init.data by this change. Fixed an unrelated section mismatch warning while touching the file. Both changes are only compile tested but obvious correct. [Used at91sam9260ek_defconfig to get compile coverage] Signed-off-by: Sam Ravnborg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions