]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: include <asm/cache.h> and <part.h> from include/usb.h
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 7 Nov 2014 09:34:55 +0000 (18:34 +0900)
committerMarek Vasut <marex@denx.de>
Fri, 7 Nov 2014 15:32:02 +0000 (16:32 +0100)
commita8c2ebcf0a707a51d32cf7644d6459af11b00114
tree2c99f4ef19e1e38c0c567f9d45f5a4e701831312
parent865ed5eae498efe6a411c24ed6dfbef291b8a789
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>
include/usb.h