Skip to content

Commit

Permalink
ARM: tegra: remove tegra EMC scaling driver
Browse files Browse the repository at this point in the history
Nothing calls into the Tegra EMC (External Memory Controller) scaling
driver any more, so it's dead code. Remove it.

Cc: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Stephen Warren committed Feb 25, 2014
1 parent 5f80993 commit a7cbe92
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 372 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-tegra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ obj-y += sleep.o
obj-y += tegra.o
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20_speedo.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_emc.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += sleep-tegra20.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pm-tegra20.o
ifeq ($(CONFIG_CPU_IDLE),y)
Expand Down
347 changes: 0 additions & 347 deletions arch/arm/mach-tegra/tegra2_emc.c

This file was deleted.

24 changes: 0 additions & 24 deletions arch/arm/mach-tegra/tegra2_emc.h

This file was deleted.

0 comments on commit a7cbe92

Please sign in to comment.