diff options
author | Tom Rini <trini@ti.com> | 2014-02-06 14:26:05 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-06 14:26:05 -0500 |
commit | dbf3de2dd26cae37d16b00b348828c883b658cc5 (patch) | |
tree | 8faf9a2d1b81dac4257e977acf9d7273c8841db6 | |
parent | 6e94258e2519fe91df12ea7aa732b75887d81461 (diff) | |
download | u-boot-imx-dbf3de2dd26cae37d16b00b348828c883b658cc5.zip u-boot-imx-dbf3de2dd26cae37d16b00b348828c883b658cc5.tar.gz u-boot-imx-dbf3de2dd26cae37d16b00b348828c883b658cc5.tar.bz2 |
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>
-rw-r--r-- | include/usb/s3c_udc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/s3c_udc.h b/include/usb/s3c_udc.h index 6dead2f..ce3dd2c 100644 --- 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> |