commit | 5791aa083ae95055f9ed6898269c3bf0bbd89fbd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Nov 07 18:34:55 2014 +0900 |
committer | Marek Vasut <marex@denx.de> | Fri Nov 07 16:32:02 2014 +0100 |
tree | 2c99f4ef19e1e38c0c567f9d45f5a4e701831312 | |
parent | 3c4ca94652371aa775df3e7645d6a44962a5f846 [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>