diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-11-22 11:29:49 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-11-22 11:29:49 +0000 |
commit | df56cecd68c1c2bcf772badbc19c2f78a8aec064 (patch) | |
tree | 728a8414369d78ab48449fbf406a4729c39f4cac /packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch | |
parent | 0a1b7ef98472f9ea083e987caa73e913718b3bd3 (diff) |
linux-nokia770: Add patches to fix compile.
Diffstat (limited to 'packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch')
-rw-r--r-- | packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch b/packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch new file mode 100644 index 0000000000..a311fd0cb0 --- /dev/null +++ b/packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch @@ -0,0 +1,19 @@ +--- kernel-source-2.6.16-2.6.16.rel/drivers/usb/core/hub.c.orig 2006-11-22 12:17:01.000000000 +0100 ++++ kernel-source-2.6.16-2.6.16.rel/drivers/usb/core/hub.c 2006-11-22 12:17:48.000000000 +0100 +@@ -1289,6 +1289,7 @@ + * + * Only the hub driver or root-hub registrar should ever call this. + */ ++static int __usb_suspend_device(struct usb_device *, int port1); + int usb_new_device(struct usb_device *udev) + { + int err; +@@ -1371,8 +1372,6 @@ + * (Includes HNP test device.) + */ + if (udev->bus->b_hnp_enable || udev->bus->is_b_host) { +- static int __usb_suspend_device(struct usb_device *, +- int port1); + err = __usb_suspend_device(udev, udev->bus->otg_port); + if (err < 0) + dev_dbg(&udev->dev, "HNP fail, %d\n", err); |