提交 214b4310 编写于 作者: U Uwe Kleine-König 提交者: Sascha Hauer

ARM: imx/pcm970: make platform_data static

This fixes the following sparse warning:

	arch/arm/mach-imx/pcm970-baseboard.c:224:13: warning: symbol 'pcm970_baseboard_init' was not declared. Should it be static?
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 6c80ee51
...@@ -200,7 +200,7 @@ static struct resource pcm970_sja1000_resources[] = { ...@@ -200,7 +200,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, .osc_freq = 16000000,
.ocr = OCR_TX1_PULLDOWN | OCR_TX0_PUSHPULL, .ocr = OCR_TX1_PULLDOWN | OCR_TX0_PUSHPULL,
.cdr = CDR_CBP, .cdr = CDR_CBP,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册