diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2010-05-21 00:52:06 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 08:17:34 -0400 |
commit | c18e8fa5e56b07b5c723535c6539850c2ad95a19 (patch) | |
tree | 213eca808b4b03b0ad82f80876a2f4fcb92170d8 /arch/arm/mach-mx3/mach-pcm037.c | |
parent | 21b0734476c3327d5fd3247335da01d5ad3bf103 (diff) |
pcm037/pcm043/pca100: fix ULPI-related build warnings
Like this one (if CONFIG_USB_ULPI is not set):
arch/arm/mach-mx3/mach-pcm043.c:312: warning: 'otg_pdata' defined but not used
arch/arm/mach-mx3/mach-pcm043.c:317: warning: 'usbh1_pdata' defined but not used
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mach-pcm037.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-pcm037.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mach-pcm037.c b/arch/arm/mach-mx3/mach-pcm037.c index 06cf61bca250..bb6c056854e9 100644 --- a/arch/arm/mach-mx3/mach-pcm037.c +++ b/arch/arm/mach-mx3/mach-pcm037.c | |||
@@ -545,6 +545,7 @@ static struct platform_device pcm970_sja1000 = { | |||
545 | .num_resources = ARRAY_SIZE(pcm970_sja1000_resources), | 545 | .num_resources = ARRAY_SIZE(pcm970_sja1000_resources), |
546 | }; | 546 | }; |
547 | 547 | ||
548 | #if defined(CONFIG_USB_ULPI) | ||
548 | static struct mxc_usbh_platform_data otg_pdata = { | 549 | static struct mxc_usbh_platform_data otg_pdata = { |
549 | .portsc = MXC_EHCI_MODE_ULPI, | 550 | .portsc = MXC_EHCI_MODE_ULPI, |
550 | .flags = MXC_EHCI_INTERFACE_DIFF_UNI, | 551 | .flags = MXC_EHCI_INTERFACE_DIFF_UNI, |
@@ -554,6 +555,7 @@ static struct mxc_usbh_platform_data usbh2_pdata = { | |||
554 | .portsc = MXC_EHCI_MODE_ULPI, | 555 | .portsc = MXC_EHCI_MODE_ULPI, |
555 | .flags = MXC_EHCI_INTERFACE_DIFF_UNI, | 556 | .flags = MXC_EHCI_INTERFACE_DIFF_UNI, |
556 | }; | 557 | }; |
558 | #endif | ||
557 | 559 | ||
558 | static struct fsl_usb2_platform_data otg_device_pdata = { | 560 | static struct fsl_usb2_platform_data otg_device_pdata = { |
559 | .operating_mode = FSL_USB2_DR_DEVICE, | 561 | .operating_mode = FSL_USB2_DR_DEVICE, |