msm: devices-8930: Add cache dumping device
Add the cache dumping device for the 8930 board. This will
allow the L1 and L2 caches to be dumped on panic and the L2
caches to be dumped on resets.
Change-Id: I4cfe54f8e44ba67d5ed42fee5a2d0f1c7b7c8960
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8930.h b/arch/arm/mach-msm/board-8930.h
index 925de45..9f6276c 100644
--- a/arch/arm/mach-msm/board-8930.h
+++ b/arch/arm/mach-msm/board-8930.h
@@ -141,3 +141,4 @@
#define MSM_8930_GSBI12_QUP_I2C_BUS_ID 12
extern struct msm_rtb_platform_data msm8930_rtb_pdata;
+extern struct msm_cache_dump_platform_data msm8930_cache_dump_pdata;