diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-07 18:34:55 +0900 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-11-07 16:32:02 +0100 |
commit | a8c2ebcf0a707a51d32cf7644d6459af11b00114 (patch) | |
tree | 2c99f4ef19e1e38c0c567f9d45f5a4e701831312 /include/usb.h | |
parent | 865ed5eae498efe6a411c24ed6dfbef291b8a789 (diff) |
usb: include <asm/cache.h> and <part.h> from include/usb.h
The header file include/usb.h references ARCH_DMA_MINALIGH and
block_dev_desc_t, thus it must include <asm/cache.h> and <part.h>.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/usb.h')
-rw-r--r-- | include/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usb.h b/include/usb.h index 9d0d04dd8e1..d3c741597c6 100644 --- a/include/usb.h +++ b/include/usb.h @@ -11,6 +11,8 @@ #include <usb_defs.h> #include <linux/usb/ch9.h> +#include <asm/cache.h> +#include <part.h> /* * The EHCI spec says that we must align to at least 32 bytes. However, |