|
@@ -15,7 +15,6 @@
|
|
|
|
|
|
#include <mach/hardware.h>
|
|
#include <mach/hardware.h>
|
|
#include <asm/mach-types.h>
|
|
#include <asm/mach-types.h>
|
|
-#include <mach/assabet.h>
|
|
|
|
#include <asm/hardware/sa1111.h>
|
|
#include <asm/hardware/sa1111.h>
|
|
|
|
|
|
#ifndef CONFIG_SA1111
|
|
#ifndef CONFIG_SA1111
|
|
@@ -127,7 +126,7 @@ static int sa1111_start_hc(struct sa1111_dev *dev)
|
|
dev_dbg(&dev->dev, "starting SA-1111 OHCI USB Controller\n");
|
|
dev_dbg(&dev->dev, "starting SA-1111 OHCI USB Controller\n");
|
|
|
|
|
|
if (machine_is_xp860() ||
|
|
if (machine_is_xp860() ||
|
|
- machine_has_neponset() ||
|
|
|
|
|
|
+ machine_is_assabet() ||
|
|
machine_is_pfs168() ||
|
|
machine_is_pfs168() ||
|
|
machine_is_badge4())
|
|
machine_is_badge4())
|
|
usb_rst = USB_RESET_PWRSENSELOW | USB_RESET_PWRCTRLLOW;
|
|
usb_rst = USB_RESET_PWRSENSELOW | USB_RESET_PWRCTRLLOW;
|