diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-05-21 13:58:30 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-05-25 19:03:07 +0200 |
commit | 8f64b276702269288d975385e2284de62173e414 (patch) | |
tree | 356b698f50396127769c79ce6d1047290abd1b43 /drivers/dma/sh | |
parent | dmaengine: sun6i: Add support for Allwinner H3 (sun8i) variant (diff) | |
download | linux-8f64b276702269288d975385e2284de62173e414.tar.xz linux-8f64b276702269288d975385e2284de62173e414.zip |
dmaengine: shdma: r8a73a4: Make dma_ts_shift[] static
dma_ts_shift[] isn't used outside this source file. All other users use
the definition from arch/arm/mach-shmobile/dma-register.h.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/sh')
-rw-r--r-- | drivers/dma/sh/shdma-r8a73a4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/sh/shdma-r8a73a4.c b/drivers/dma/sh/shdma-r8a73a4.c index 4fb99970a3ea..96ea3828c3eb 100644 --- a/drivers/dma/sh/shdma-r8a73a4.c +++ b/drivers/dma/sh/shdma-r8a73a4.c @@ -11,7 +11,7 @@ #include "shdma-arm.h" -const unsigned int dma_ts_shift[] = SH_DMAE_TS_SHIFT; +static const unsigned int dma_ts_shift[] = SH_DMAE_TS_SHIFT; static const struct sh_dmae_slave_config dma_slaves[] = { { |