mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue