From d54322d8f69344d7248cfea038b5810fa2ba1b35 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Mon, 30 Sep 2013 17:38:06 +0200 Subject: [PATCH] ARM: at91: cam60: 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: Nicolas Ferre --- Reading git-format-patch failed