USB / Renesas: Fix build issue related to struct scatterlist
Fix build issue caused by undefined struct scatterlist in drivers/usb/renesas_usbhs/fifo.c. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6c0cbef666
commit
9c646cfc3d
@ -16,6 +16,7 @@
|
||||
*/
|
||||
#include <linux/delay.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/scatterlist.h>
|
||||
#include "./common.h"
|
||||
#include "./pipe.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user