mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
865ed5eae4
commit
a8c2ebcf0a
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue