]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/geode: Fix incorrect placement of __initdata tag
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Mon, 30 Sep 2013 13:21:15 +0000 (15:21 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 1 Oct 2013 11:21:27 +0000 (13:21 +0200)
commita6d30e0fffb32ab9e48fa7fc8f463805d5b0bddb
tree0dca5f523359ff9734a428c82beec0f12a122244
parentf927318840745095cc7003f1564ca4b87655745d
x86/geode: Fix incorrect placement of __initdata tag

__initdata tag should be placed between the variable name and
equal sign for the variable to be placed in the intended
.init.data section.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Link: http://lkml.kernel.org/r/18427893.G5JGWn465D@amdc1032
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/platform/geode/alix.c
arch/x86/platform/geode/geos.c
arch/x86/platform/geode/net5501.c