diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2014-06-12 17:36:40 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-07-17 14:37:12 +0200 |
commit | 0d827a4343b596b71a1741328c4e5687ce654e19 (patch) | |
tree | 338b4adf171c306b382c0c4eb577bc10386fc458 /arch/arm/mach-tegra/Makefile | |
parent | soc/tegra: Add efuse and apbmisc bindings (diff) | |
download | linux-0d827a4343b596b71a1741328c4e5687ce654e19.tar.xz linux-0d827a4343b596b71a1741328c4e5687ce654e19.zip |
soc/tegra: fuse: move APB DMA into Tegra20 fuse driver
The Tegra20 fuse driver is the only user of tegra_apb_readl_using_dma().
Therefore we can simply the code by incorporating the APB DMA handling into
the driver directly. tegra_apb_writel_using_dma() is dropped because there
are no users.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index e8601bb56f98..c303b55de22e 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -5,7 +5,6 @@ obj-y += irq.o obj-y += pmc.o obj-y += flowctrl.o obj-y += powergate.o -obj-y += apbio.o obj-y += pm.o obj-y += reset.o obj-y += reset-handler.o |