projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e94258
)
include/usb/s3c_udc.h: Add <asm/sizes.h>
author
Tom Rini
<trini@ti.com>
Thu, 6 Feb 2014 19:26:05 +0000
(14:26 -0500)
committer
Tom Rini
<trini@ti.com>
Thu, 6 Feb 2014 19:26:05 +0000
(14:26 -0500)
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>
include/usb/s3c_udc.h
patch
|
blob
|
history
diff --git
a/include/usb/s3c_udc.h
b/include/usb/s3c_udc.h
index 6dead2fb46dd1e6a4da599e83fda2f1f24dd71a2..ce3dd2c6bbe3ab1871445a56a15a627e2f9fdd22 100644
(file)
--- a/
include/usb/s3c_udc.h
+++ b/
include/usb/s3c_udc.h
@@
-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>