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:
5b0e27c
)
m32r: use use asm-generic/scatterlist.h
author
FUJITA Tomonori
<
[email protected]
>
Wed, 26 May 2010 21:44:37 +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: Hirokazu Takata <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/m32r/include/asm/scatterlist.h
patch
|
blob
|
history
diff --git
a/arch/m32r/include/asm/scatterlist.h
b/arch/m32r/include/asm/scatterlist.h
index 1ed372c73d0bd9ef05f143289ccecc77cbc3ada5..aeeddd8dac17b7feb6726e73ff3b7c61ce193ba1 100644
(file)
--- a/
arch/m32r/include/asm/scatterlist.h
+++ b/
arch/m32r/include/asm/scatterlist.h
@@
-1,20
+1,7
@@
#ifndef _ASM_M32R_SCATTERLIST_H
#define _ASM_M32R_SCATTERLIST_H
-#include <asm/types.h>
-
-struct scatterlist {
-#ifdef CONFIG_DEBUG_SG
- unsigned long sg_magic;
-#endif
- char * address; /* Location data is to be transferred to, NULL for
- * highmem page */
- unsigned long page_link;
- unsigned int offset;/* for highmem, page offset */
-
- dma_addr_t dma_address;
- unsigned int length;
-};
+#include <asm-generic/scatterlist.h>
#define ISA_DMA_THRESHOLD (0x1fffffff)