From 901d73fe51f33032b34b2ae5612eb863ec90532a Mon Sep 17 00:00:00 2001 From: Michael Trimarchi Date: Wed, 8 Apr 2009 15:50:02 +0200 Subject: Re-enable USBHOST attribute Re-enable usbmode attribute. It was disabled by 70b36104ab8c03f5be6d03344214d09447d9d4a8. Signed-off-by: Michael Trimarchi --- drivers/usb/host/ohci-s3c2410.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'drivers') diff --git a/drivers/usb/host/ohci-s3c2410.c b/drivers/usb/host/ohci-s3c2410.c index 4c69ee58518..cdbd3f2fd32 100644 --- a/drivers/usb/host/ohci-s3c2410.c +++ b/drivers/usb/host/ohci-s3c2410.c @@ -21,10 +21,8 @@ #include #include -/* #include #include -*/ #include #define valid_port(idx) ((idx) == 1 || (idx) == 2) @@ -307,7 +305,6 @@ static void s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc) local_irq_restore(flags); } -#if 0 /* switching of USB pads */ static ssize_t show_usb_mode(struct device *dev, struct device_attribute *attr, char *buf) @@ -343,7 +340,6 @@ static ssize_t set_usb_mode(struct device *dev, struct device_attribute *attr, } static DEVICE_ATTR(usb_mode, S_IRUGO | S_IWUSR, show_usb_mode, set_usb_mode); -#endif /* may be called without controller electrically present */ /* may be called with controller, bus, and devices active */ @@ -362,9 +358,7 @@ static DEVICE_ATTR(usb_mode, S_IRUGO | S_IWUSR, show_usb_mode, set_usb_mode); static void usb_hcd_s3c2410_remove(struct usb_hcd *hcd, struct platform_device *dev) { -/* device_remove_file(&dev->dev, &dev_attr_usb_mode); -*/ usb_remove_hcd(hcd); s3c2410_stop_hc(dev); iounmap(hcd->regs); @@ -432,18 +426,14 @@ static int usb_hcd_s3c2410_probe(const struct hc_driver *driver, if (retval != 0) goto err_ioremap; -/* retval = device_create_file(&dev->dev, &dev_attr_usb_mode); if (retval != 0) goto err_hcd; -*/ return 0; -/* err_hcd: usb_remove_hcd(hcd); -*/ err_ioremap: s3c2410_stop_hc(dev); -- cgit v1.2.3