aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-pcm037.c
diff options
context:
space:
mode:
authorMa Feng <mafeng.ma@huawei.com>2020-05-11 20:36:04 +0800
committerShawn Guo <shawnguo@kernel.org>2020-05-20 09:38:37 +0800
commit64d7bf58e72be362ce2f2682e1250dcf2e61a1e6 (patch)
tree984dbab1ab2d7617be3e0d05f57077c3bf28a789 /arch/arm/mach-imx/mach-pcm037.c
parentARM: vf610: report soc info via soc device (diff)
downloadlinux-dev-64d7bf58e72be362ce2f2682e1250dcf2e61a1e6.tar.xz
linux-dev-64d7bf58e72be362ce2f2682e1250dcf2e61a1e6.zip
ARM: imx: pcm037: make pcm970_sja1000_platform_data static
Fix sparse warning: arch/arm/mach-imx/mach-pcm037.c:407:30: warning: symbol 'pcm970_sja1000_platform_data' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Ma Feng <mafeng.ma@huawei.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/mach-pcm037.c')
-rw-r--r--arch/arm/mach-imx/mach-pcm037.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-pcm037.c b/arch/arm/mach-imx/mach-pcm037.c
index bd9443fa6edc..c7d23e9d4f8b 100644
--- a/arch/arm/mach-imx/mach-pcm037.c
+++ b/arch/arm/mach-imx/mach-pcm037.c
@@ -404,7 +404,7 @@ static struct resource pcm970_sja1000_resources[] = {
},
};
-struct sja1000_platform_data pcm970_sja1000_platform_data = {
+static struct sja1000_platform_data pcm970_sja1000_platform_data = {
.osc_freq = 16000000,
.ocr = OCR_TX1_PULLDOWN | OCR_TX0_PUSHPULL,
.cdr = CDR_CBP,