Skip to content

Commit

Permalink
[PATCH] USB: arm26: fix compilation of drivers/usb/core/message.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexey Dobriyan authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent 05090fc commit 5d68dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/core/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d68dfc

Please sign in to comment.