diff options
author | Olof Johansson <olof@lixom.net> | 2013-04-14 20:40:07 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-04-14 20:41:39 -0700 |
commit | 5ed3ebe3be1aa2afef203c40f11e732f0f343fb9 (patch) | |
tree | 906cd9ef3675cdfaddf52dcea93a067ac5ab0168 /arch/arm/mach-msm/board-trout.c | |
parent | b9d5868e342a9802db7b299be511ac547ff1034d (diff) | |
parent | 641f71699ec96fb742cc891b9ea4f3a46c60050e (diff) | |
download | op-kernel-dev-5ed3ebe3be1aa2afef203c40f11e732f0f343fb9.zip op-kernel-dev-5ed3ebe3be1aa2afef203c40f11e732f0f343fb9.tar.gz |
Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanup
From David Brown:
Cleanups for MSM for 3.10
These are some patches for various parts of MSM that gradually bring
us closer to being part of single zimage.
* tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm:
ARM: msm: Remove unused cpu.h header file
gpio: Make gpio-msm-v1 into a platform driver
mmc: msm_sdcc: Remove unnecessary include
ARM: msm: Move dma.h #defines that are private to dma.c
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-msm/board-trout.c')
-rw-r--r-- | arch/arm/mach-msm/board-trout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/board-trout.c b/arch/arm/mach-msm/board-trout.c index 919bfa3..80fe1c5 100644 --- a/arch/arm/mach-msm/board-trout.c +++ b/arch/arm/mach-msm/board-trout.c @@ -36,6 +36,7 @@ extern int trout_init_mmc(unsigned int); static struct platform_device *devices[] __initdata = { + &msm_device_gpio_7201, &msm_device_uart3, &msm_device_smd, &msm_device_nand, |