From a8855e9c093fdb35b40a707d580c75d523fed16e Mon Sep 17 00:00:00 2001 From: Niranjana Vishwanathapura Date: Wed, 6 Oct 2010 13:52:10 -0700 Subject: msm: smd: enable smd on msm7x30 target Add msm_smd device in the msm7x30 board file. Signed-off-by: Niranjana Vishwanathapura Signed-off-by: Daniel Walker --- arch/arm/mach-msm/devices-msm7x30.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm/mach-msm/devices-msm7x30.c') 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 = { .resource = resources_uart2, }; +struct platform_device msm_device_smd = { + .name = "msm_smd", + .id = -1, +}; + struct clk msm_clocks_7x30[] = { CLK_PCOM("adm_clk", ADM_CLK, NULL, 0), CLK_PCOM("adsp_clk", ADSP_CLK, NULL, 0), -- cgit v1.2.1