aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/apbio.c
diff options
context:
space:
mode:
authorHiroshi Doyu <hdoyu@nvidia.com>2013-01-03 08:27:05 +0200
committerStephen Warren <swarren@nvidia.com>2013-01-28 10:21:28 -0700
commitdeeb8d194814c98be379a284e07d938c6af066f4 (patch)
tree0ced7fa5bf9faa3d1ab8db5e01d45d13ab6ceefb /arch/arm/mach-tegra/apbio.c
parentclocksource: tegra: cosmetic: Fix error message (diff)
downloadlinux-dev-deeb8d194814c98be379a284e07d938c6af066f4.tar.xz
linux-dev-deeb8d194814c98be379a284e07d938c6af066f4.zip
ARM: tegra: Make variables static
No need to be public. Checked with: $ touch arch/arm/mach-tegra/*[ch] && make C=1 Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/apbio.c')
-rw-r--r--arch/arm/mach-tegra/apbio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/apbio.c b/arch/arm/mach-tegra/apbio.c
index d091675ba376..d7aa52ea6cfc 100644
--- a/arch/arm/mach-tegra/apbio.c
+++ b/arch/arm/mach-tegra/apbio.c
@@ -38,7 +38,7 @@ static void tegra_apb_writel_direct(u32 value, unsigned long offset);
static struct dma_chan *tegra_apb_dma_chan;
static struct dma_slave_config dma_sconfig;
-bool tegra_apb_dma_init(void)
+static bool tegra_apb_dma_init(void)
{
dma_cap_mask_t mask;