omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3
Replace ARCH_OMAP34XX with ARCH_OMAP3 Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
@ -1000,7 +1000,7 @@ static void musb_shutdown(struct platform_device *pdev)
|
||||
* more than selecting one of a bunch of predefined configurations.
|
||||
*/
|
||||
#if defined(CONFIG_USB_TUSB6010) || \
|
||||
defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP34XX)
|
||||
defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3)
|
||||
static ushort __initdata fifo_mode = 4;
|
||||
#else
|
||||
static ushort __initdata fifo_mode = 2;
|
||||
|
Reference in New Issue
Block a user