Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212626
b: refs/heads/master
c: a8855e9
h: refs/heads/master
v: v3
  • Loading branch information
Niranjana Vishwanathapura authored and Daniel Walker committed Oct 11, 2010
1 parent 5f9be7b commit bd347d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9c8279b326e18bcb25ee9d12fe7513d24f8bbb1
refs/heads/master: a8855e9c093fdb35b40a707d580c75d523fed16e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/board-msm7x30.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static struct platform_device *devices[] __initdata = {
#if defined(CONFIG_SERIAL_MSM) || defined(CONFIG_MSM_SERIAL_DEBUGGER)
&msm_device_uart2,
#endif

&msm_device_smd,
};

static void __init msm7x30_init_irq(void)
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-msm/devices-msm7x30.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit bd347d7

Please sign in to comment.