From f8e7ba662ce365d4fecb9002a30bdbc97a4e9a40 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Mon, 30 Sep 2013 15:05:25 +0200 Subject: [PATCH] ARM: OMAP1: 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 Signed-off-by: Kyungmin Park Signed-off-by: Tony Lindgren --- Reading git-format-patch failed