Commit 4d4e2bc2 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Ben Dooks

ARM: NCP: make ncp_iodesc static and move it to initdata section

Make ncp_iodesc struct static to clean a public namespace a bit and move
it to __initdata section to save memory a bit.
Reviewed-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 4be3bd78
...@@ -79,7 +79,7 @@ static struct platform_device *ncp_devices[] __initdata = { ...@@ -79,7 +79,7 @@ static struct platform_device *ncp_devices[] __initdata = {
&s3c_device_i2c0, &s3c_device_i2c0,
}; };
struct map_desc ncp_iodesc[] = {}; static struct map_desc ncp_iodesc[] __initdata = {};
static void __init ncp_map_io(void) static void __init ncp_map_io(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment