msm: 8910: Fix pen_release definition

Remove __cpuinitdata specifier for pen_release as it needs
to be referenced from non-__init functions.

Change-Id: Ib99a054b50278efc505d8935ed38c7471183ce8f
Signed-off-by: David Ng <dave@codeaurora.org>
diff --git a/arch/arm/mach-msm/platsmp-8910.c b/arch/arm/mach-msm/platsmp-8910.c
index 5d055bd..af2f496 100644
--- a/arch/arm/mach-msm/platsmp-8910.c
+++ b/arch/arm/mach-msm/platsmp-8910.c
@@ -32,7 +32,7 @@
  * control for which core is the next to come out of the secondary
  * boot "holding pen"
  */
-volatile int __cpuinitdata pen_release = -1;
+volatile int pen_release = -1;
 
 /*
  * Write pen_release in a way that is guaranteed to be visible to all