diff options
Diffstat (limited to 'include/asm-h8300/scatterlist.h')
| -rw-r--r-- | include/asm-h8300/scatterlist.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-h8300/scatterlist.h b/include/asm-h8300/scatterlist.h deleted file mode 100644 index 7627f0cd1a2..00000000000 --- a/include/asm-h8300/scatterlist.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _H8300_SCATTERLIST_H -#define _H8300_SCATTERLIST_H - -struct scatterlist { - struct page *page; - unsigned int offset; - dma_addr_t dma_address; - unsigned int length; -}; - -#define ISA_DMA_THRESHOLD (0xffffffff) - -#endif /* !(_H8300_SCATTERLIST_H) */ |
