git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99381b4
)
davinci: fix section mismatch warning in arch/arm/mach-davinci/board-dm646x-evm.c
author
Sekhar Nori
<nsekhar@ti.com>
Wed, 4 Nov 2009 11:38:42 +0000
(17:08 +0530)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Wed, 25 Nov 2009 18:21:38 +0000
(10:21 -0800)
A section mismatch is reported for gpio_led_platform_data
as it is referenced by a non annotated function (evm_led_setup)
This patch fixes the issue by converting the __initconst to const
as is the case in arch/arm/mach-davinci/board-dm644x-evm.c file.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
No differences found