diff options
Diffstat (limited to 'arch/arm/mach-msm/devices-msm7x30.c')
-rw-r--r-- | arch/arm/mach-msm/devices-msm7x30.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/devices-msm7x30.c b/arch/arm/mach-msm/devices-msm7x30.c index b449e8ad2904..7fcf2e3b7698 100644 --- a/arch/arm/mach-msm/devices-msm7x30.c +++ b/arch/arm/mach-msm/devices-msm7x30.c | |||
@@ -51,6 +51,11 @@ struct platform_device msm_device_uart2 = { | |||
51 | .resource = resources_uart2, | 51 | .resource = resources_uart2, |
52 | }; | 52 | }; |
53 | 53 | ||
54 | struct platform_device msm_device_smd = { | ||
55 | .name = "msm_smd", | ||
56 | .id = -1, | ||
57 | }; | ||
58 | |||
54 | struct clk msm_clocks_7x30[] = { | 59 | struct clk msm_clocks_7x30[] = { |
55 | CLK_PCOM("adm_clk", ADM_CLK, NULL, 0), | 60 | CLK_PCOM("adm_clk", ADM_CLK, NULL, 0), |
56 | CLK_PCOM("adsp_clk", ADSP_CLK, NULL, 0), | 61 | CLK_PCOM("adsp_clk", ADSP_CLK, NULL, 0), |