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:
3b27dac
)
mtd: phram: fix section mismatch for phram_setup
author
Ryosuke Saito
<raitosyo@gmail.com>
Wed, 21 Mar 2012 09:47:47 +0000
(18:47 +0900)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Tue, 27 Mar 2012 00:02:29 +0000
(
01:02
+0100)
phram_setup() is only called from init_phram() which is in .init.text,
so it must be in the same section to avoid a section mismatch warning.
Signed-off-by: Ryosuke Saito <raitosyo@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
No differences found