commit | 40fca03cae59cfd9b87142ca327abb8a4d386908 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Mon Sep 30 17:34:36 2013 +0200 |
committer | Simon Horman <horms+renesas@verge.net.au> | Tue Oct 01 12:53:19 2013 +0900 |
tree | d8ccdc24878d87499239e8097741bef80ec1b44d | |
parent | 3786f86b60833f32e3eeb016fcf8c324f8147e00 [diff] |
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>