]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
include/usb/s3c_udc.h: Add <asm/sizes.h>
authorTom Rini <trini@ti.com>
Thu, 6 Feb 2014 19:26:05 +0000 (14:26 -0500)
committerTom 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

index 6dead2fb46dd1e6a4da599e83fda2f1f24dd71a2..ce3dd2c6bbe3ab1871445a56a15a627e2f9fdd22 100644 (file)
@@ -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>