aboutsummaryrefslogtreecommitdiffstats
path: root/usb
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-01-18 16:44:06 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-18 16:44:06 -0800
commit891f234de23e7cb3d37acbb2f0f058cd8719300f (patch)
tree228d0e4aa0c4f8c3bb38c62a817b233ababac992 /usb
parent1a3570ed2d19741e14ca747557bd25a80519ec54 (diff)
downloadpatches-891f234de23e7cb3d37acbb2f0f058cd8719300f.tar.gz
bunch of i2c and hwmon patches and 1 usb patch
Diffstat (limited to 'usb')
-rw-r--r--usb/usb-arm26-fix-compilation-of-drivers-usb-core-message.c.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/usb/usb-arm26-fix-compilation-of-drivers-usb-core-message.c.patch b/usb/usb-arm26-fix-compilation-of-drivers-usb-core-message.c.patch
new file mode 100644
index 00000000000000..b7ea7f00246ff9
--- /dev/null
+++ b/usb/usb-arm26-fix-compilation-of-drivers-usb-core-message.c.patch
@@ -0,0 +1,25 @@
+From linux-usb-devel-admin@lists.sourceforge.net Wed Jan 18 13:16:04 2006
+From: Alexey Dobriyan <adobriyan@gmail.com>
+Message-ID: <20060118210607.GL12771@mipter.zuzino.mipt.ru>
+Content-Disposition: inline
+Subject: USB: arm26: fix compilation of drivers/usb/core/message.c
+Date: Thu, 19 Jan 2006 00:06:07 +0300
+
+drivers/usb/core/message.c:395: error: invalid use of undefined type `struct scatterlist'
+
+Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+---
+ drivers/usb/core/message.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- gregkh-2.6.orig/drivers/usb/core/message.c
++++ gregkh-2.6/drivers/usb/core/message.c
+@@ -13,6 +13,7 @@
+ #include <linux/ctype.h>
+ #include <linux/device.h>
+ #include <asm/byteorder.h>
++#include <asm/scatterlist.h>
+
+ #include "hcd.h" /* for usbcore internals */
+ #include "usb.h"