projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b3f4d
)
h8300: use asm-generic/scatterlist.h
author
FUJITA Tomonori
<
[email protected]
>
Wed, 26 May 2010 21:44:36 +0000
(14:44 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 27 May 2010 16:12:55 +0000
(09:12 -0700)
Signed-off-by: FUJITA Tomonori <
[email protected]
>
Cc: Yoshinori Sato <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/h8300/include/asm/scatterlist.h
patch
|
blob
|
history
diff --git
a/arch/h8300/include/asm/scatterlist.h
b/arch/h8300/include/asm/scatterlist.h
index d3ecdd87ac90b0ca8642d6d38886f6afc14a56fe..de08a4a2cc1c4f76cb9c403d5b33a04b04f242b0 100644
(file)
--- a/
arch/h8300/include/asm/scatterlist.h
+++ b/
arch/h8300/include/asm/scatterlist.h
@@
-1,17
+1,7
@@
#ifndef _H8300_SCATTERLIST_H
#define _H8300_SCATTERLIST_H
-#include <asm/types.h>
-
-struct scatterlist {
-#ifdef CONFIG_DEBUG_SG
- unsigned long sg_magic;
-#endif
- unsigned long page_link;
- unsigned int offset;
- dma_addr_t dma_address;
- unsigned int length;
-};
+#include <asm-generic/scatterlist.h>
#define ISA_DMA_THRESHOLD (0xffffffff)