diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2010-05-31 15:59:04 +0900 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-08-07 18:15:50 +0200 |
commit | 7e005f79791dcd58436c88ded4a7f5aed1b82147 (patch) | |
tree | 3dfed83c36d9627ceffdedd783d1d02dadb7d436 /arch/s390 | |
parent | bfe172310e58225f0d07f9354b683abacbd6a0d8 (diff) | |
download | kernel_samsung_espresso10-7e005f79791dcd58436c88ded4a7f5aed1b82147.zip kernel_samsung_espresso10-7e005f79791dcd58436c88ded4a7f5aed1b82147.tar.gz kernel_samsung_espresso10-7e005f79791dcd58436c88ded4a7f5aed1b82147.tar.bz2 |
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/s390')
-rw-r--r-- | arch/s390/include/asm/scatterlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/scatterlist.h b/arch/s390/include/asm/scatterlist.h index be44d94..35d786f 100644 --- a/arch/s390/include/asm/scatterlist.h +++ b/arch/s390/include/asm/scatterlist.h @@ -1,3 +1 @@ -#define ISA_DMA_THRESHOLD (~0UL) - #include <asm-generic/scatterlist.h> |