summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/board-dm365-evm.c
diff options
context:
space:
mode:
authorSekhar Nori2013-07-12 11:49:03 +0200
committerSekhar Nori2013-07-16 17:08:44 +0200
commit9c559708b6cda71d8fdabc3f98cb7e98edbd4f0b (patch)
tree6145327182817ba56344a464a5bd40ed47f7fb66 /arch/arm/mach-davinci/board-dm365-evm.c
parentARM: edma: remove duplicated include from edma.c (diff)
downloadkernel-qcow2-linux-9c559708b6cda71d8fdabc3f98cb7e98edbd4f0b.tar.gz
kernel-qcow2-linux-9c559708b6cda71d8fdabc3f98cb7e98edbd4f0b.tar.xz
kernel-qcow2-linux-9c559708b6cda71d8fdabc3f98cb7e98edbd4f0b.zip
ARM: davinci: make file local variables static
Make file local variables static in mach-davinci. This fixes sparse warnings of the form: arch/arm/mach-davinci/dm355.c:863:27: warning: symbol 'dm355_venc_pdata' was not declared. Should it be static? Cc: Prabhakar Lad <prabhakar.csengg@gmail.com> Acked-by: Prabhakar Lad <prabhakar.csengg@gmail.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-dm365-evm.c')
-rw-r--r--arch/arm/mach-davinci/board-dm365-evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c
index afbc439f11d4..4cdb61c54459 100644
--- a/arch/arm/mach-davinci/board-dm365-evm.c
+++ b/arch/arm/mach-davinci/board-dm365-evm.c
@@ -505,7 +505,7 @@ static struct vpbe_output dm365evm_vpbe_outputs[] = {
/*
* Amplifiers on the board
*/
-struct ths7303_platform_data ths7303_pdata = {
+static struct ths7303_platform_data ths7303_pdata = {
.ch_1 = 3,
.ch_2 = 3,
.ch_3 = 3,