]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: remove common.c
authorStephen Warren <swarren@nvidia.com>
Tue, 20 Aug 2013 21:47:38 +0000 (15:47 -0600)
committerStephen Warren <swarren@nvidia.com>
Tue, 17 Sep 2013 19:44:21 +0000 (13:44 -0600)
commit51100bdc067706624f0ffe285e63a6099336e11a
treef70ecaf8beced713834dc492badea9ae2384b7ec
parentd2207071b3c74b144a860cbe6a46496a44963972
ARM: tegra: remove common.c

common.c was create to contain code shared across the various Tegra board
files. There is now only one board file, tegra.c. So, move the code there.
One exception is the PMC reboot routine, which moves to pmc.c, and now
takes advantage of the 'standard' tegra_pmc_readl/writel functions.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/board.h
arch/arm/mach-tegra/common.c [deleted file]
arch/arm/mach-tegra/pmc.c
arch/arm/mach-tegra/pmc.h
arch/arm/mach-tegra/tegra.c