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: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
committed by
Sascha Hauer
parent
6c80ee5170
commit
214b43100f
@@ -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,
|
||||||
|
Reference in New Issue
Block a user