From: Rafael J. Wysocki <rjw@xxxxxxx> Fix build issue caused by undefined struct scatterlist in drivers/usb/renesas_usbhs/fifo.c. Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx> --- drivers/usb/renesas_usbhs/fifo.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6/drivers/usb/renesas_usbhs/fifo.c =================================================================== --- linux-2.6.orig/drivers/usb/renesas_usbhs/fifo.c +++ linux-2.6/drivers/usb/renesas_usbhs/fifo.c @@ -16,6 +16,7 @@ */ #include <linux/delay.h> #include <linux/io.h> +#include <linux/scatterlist.h> #include "./common.h" #include "./pipe.h" -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html