aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300
diff options
context:
space:
mode:
authorGravatar FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> 2010-05-31 15:59:04 +0900
committerGravatar Jens Axboe <jaxboe@fusionio.com> 2010-08-07 18:15:50 +0200
commit7e005f79791dcd58436c88ded4a7f5aed1b82147 (patch)
tree3dfed83c36d9627ceffdedd783d1d02dadb7d436 /arch/h8300
parentblock: kill ISA_DMA_THRESHOLD usage (diff)
downloadlinux-7e005f79791dcd58436c88ded4a7f5aed1b82147.tar.gz
linux-7e005f79791dcd58436c88ded4a7f5aed1b82147.tar.bz2
linux-7e005f79791dcd58436c88ded4a7f5aed1b82147.zip
remove needless ISA_DMA_THRESHOLD
Architectures don't need to define ISA_DMA_THRESHOLD anymore. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: James Bottomley <James.Bottomley@suse.de> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'arch/h8300')
-rw-r--r--arch/h8300/include/asm/scatterlist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/h8300/include/asm/scatterlist.h b/arch/h8300/include/asm/scatterlist.h
index de08a4a2cc1c..82130eda0e5f 100644
--- a/arch/h8300/include/asm/scatterlist.h
+++ b/arch/h8300/include/asm/scatterlist.h
@@ -3,6 +3,4 @@
#include <asm-generic/scatterlist.h>
-#define ISA_DMA_THRESHOLD (0xffffffff)
-
#endif /* !(_H8300_SCATTERLIST_H) */