projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05090fc
)
[PATCH] USB: arm26: fix compilation of drivers/usb/core/message.c
author
Alexey Dobriyan
<adobriyan@gmail.com>
Wed, 18 Jan 2006 21:06:07 +0000
(
00:06
+0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 1 Feb 2006 01:23:43 +0000
(17:23 -0800)
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
patch
|
blob
|
history
diff --git
a/drivers/usb/core/message.c
b/drivers/usb/core/message.c
index 319de03944e7a39d9d0bac12a46afc4f8c32a023..7135e542679d73431d145cee917da3fc18a492f2 100644
(file)
--- a/
drivers/usb/core/message.c
+++ b/
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"