projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
865ed5e
)
usb: include <asm/cache.h> and <part.h> from include/usb.h
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Fri, 7 Nov 2014 09:34:55 +0000
(18:34 +0900)
committer
Marek Vasut
<marex@denx.de>
Fri, 7 Nov 2014 15:32:02 +0000
(16:32 +0100)
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
patch
|
blob
|
history
diff --git
a/include/usb.h
b/include/usb.h
index 9d0d04dd8e1ba45aa000da2f3e9791ad685b2441..d3c741597c64f64c06281f3d3ce807769d91f4e9 100644
(file)
--- 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,