diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2014-02-26 17:47:58 +0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 12:15:01 -0500 |
commit | 1ace4022394eacbdae12e7275c445699f8ad4833 (patch) | |
tree | 5d28aaa887ed69e1c33a203ed657c8242c249498 /include/usb | |
parent | 3d5a335cef866273ed03da000e2b8b7d6d8c7de8 (diff) |
sizes.h - consolidate for all architectures
Copied from Linux sources "include/linux/sizes.h" commit
413541dd66d51f791a0b169d9b9014e4f56be13c
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Tom Rini <trini@ti.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Acked-by: Tom Rini <trini@ti.com>
Acked-by: Stefan Roese <sr@denx.de>
[trini: Add bcm Kona platforms to the patch]
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/usb')
-rw-r--r-- | include/usb/s3c_udc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/s3c_udc.h b/include/usb/s3c_udc.h index ce3dd2c6bbe..70e48f88ee7 100644 --- a/include/usb/s3c_udc.h +++ b/include/usb/s3c_udc.h @@ -10,7 +10,7 @@ #define __S3C_USB_GADGET #include <asm/errno.h> -#include <asm/sizes.h> +#include <linux/sizes.h> #include <linux/usb/ch9.h> #include <linux/usb/gadget.h> #include <linux/list.h> |