diff options
| author | Alexey Brodkin <[email protected]> | 2014-02-26 17:47:58 +0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 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 <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Albert Aribaud <[email protected]>
Acked-by: Tom Rini <[email protected]>
Acked-by: Stefan Roese <[email protected]>
[trini: Add bcm Kona platforms to the patch]
Signed-off-by: Tom Rini <[email protected]>
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> |
