Commit 5b0e27ce35b040425332437fb314188ec5b71f11

Authored by FUJITA Tomonori
Committed by Linus Torvalds
1 parent 16b3f4d653

h8300: use asm-generic/scatterlist.h

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 11 deletions Side-by-side Diff

arch/h8300/include/asm/scatterlist.h
1 1 #ifndef _H8300_SCATTERLIST_H
2 2 #define _H8300_SCATTERLIST_H
3 3  
4   -#include <asm/types.h>
5   -
6   -struct scatterlist {
7   -#ifdef CONFIG_DEBUG_SG
8   - unsigned long sg_magic;
9   -#endif
10   - unsigned long page_link;
11   - unsigned int offset;
12   - dma_addr_t dma_address;
13   - unsigned int length;
14   -};
  4 +#include <asm-generic/scatterlist.h>
15 5  
16 6 #define ISA_DMA_THRESHOLD (0xffffffff)
17 7