msm: pil: Introduce the PIL GSS driver on the APQ8064

Introduce a driver that will allow the Linux kernel
running on the applications processor to load the
GSS software image and powerup the processor.

Change-Id: Ic098fb0ec5263ed0d38506824794e900387560ff
Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 7c59a16..9469de8 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -195,6 +195,7 @@
 extern struct platform_device msm_8960_q6_mss_fw;
 extern struct platform_device msm_8960_q6_mss_sw;
 extern struct platform_device msm_8960_riva;
+extern struct platform_device msm_gss;
 
 extern struct platform_device apq_pcm;
 extern struct platform_device apq_pcm_routing;