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:
71acc0d
)
net: wan: sbni: Fix incorrect placement of __initdata
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 7 Aug 2013 10:38:15 +0000
(16:08 +0530)
committer
David S. Miller
<davem@davemloft.net>
Fri, 9 Aug 2013 20:24:26 +0000
(13:24 -0700)
__initdata should be placed between the variable name and equal
sign for the variable to be placed in the intended section.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found