ARM: shmobile: ape6evm: fix incorrect placement of __initdata tag
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Mon, 30 Sep 2013 15:34:36 +0000 (17:34 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 1 Oct 2013 03:53:19 +0000 (12:53 +0900)
commit40fca03cae59cfd9b87142ca327abb8a4d386908
treed8ccdc24878d87499239e8097741bef80ec1b44d
parent3786f86b60833f32e3eeb016fcf8c324f8147e00
ARM: shmobile: ape6evm: 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>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-ape6evm.c
This page took 0.037365 seconds and 5 git commands to generate.