devices: msm8625: Add KGSL 3D0 device
To support single binary for 7627a and 8625, define
KGSL 3DO platform device for 8625.
Change-Id: I0bc59ad5ab645830204305e6d983c859a3f7137f
Signed-off-by: Trilok Soni <tsoni@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index c2bf4ba..4e05cc1 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -137,6 +137,7 @@
extern struct platform_device msm8625_device_gadget_peripheral;
extern struct platform_device msm8625_device_hsusb_host;
extern struct platform_device msm8625_device_otg;
+extern struct platform_device msm8625_kgsl_3d0;
extern struct platform_device msm_slim_ctrl;
extern struct platform_device msm_device_sps;