diff options
author | David Brown <davidb@codeaurora.org> | 2011-01-26 16:14:23 -0800 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-28 11:20:25 -0800 |
commit | c8e4e7b12632771ab59f2e27fe120764642d06d2 (patch) | |
tree | cb6e18c7829b65e3cbc7f0778ad6e383b1f914fb | |
parent | 851492c6585ac10367df7880fb0001f529fa8d5c (diff) |
msm: Remove broken register definition from trout
Missed a register change with the clock cleanup on the MSM7x01 targets.
Signed-off-by: David Brown <davidb@codeaurora.org>
-rw-r--r-- | arch/arm/mach-msm/io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c index d8d9be5d821..cec6ed1c91d 100644 --- a/arch/arm/mach-msm/io.c +++ b/arch/arm/mach-msm/io.c @@ -42,7 +42,6 @@ static struct map_desc msm_io_desc[] __initdata = { MSM_DEVICE(VIC), MSM_CHIP_DEVICE(CSR, MSM7X00), - MSM_DEVICE(GPT), MSM_DEVICE(DMOV), MSM_DEVICE(GPIO1), MSM_DEVICE(GPIO2), |