mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
include/usb/s3c_udc.h: Add <asm/sizes.h>
With e0059ea
switching to using SZ_1K, we need to #include <asm/sizes.h>
here for everyone to build still.
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
6e94258e25
commit
dbf3de2dd2
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#define __S3C_USB_GADGET
|
||||
|
||||
#include <asm/errno.h>
|
||||
#include <asm/sizes.h>
|
||||
#include <linux/usb/ch9.h>
|
||||
#include <linux/usb/gadget.h>
|
||||
#include <linux/list.h>
|
||||
|
|
Loading…
Reference in a new issue