diff options
author | Christoph Hellwig <hch@lst.de> | 2015-05-19 09:36:29 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-05-19 18:14:34 +0300 |
commit | c546d5db75b452737e554bb9c33dedb46847c4fd (patch) | |
tree | f9a227bb416406127540d7234c5865c9f20ec600 /arch/x86/include/asm/Kbuild | |
parent | 84be456f883c4685680fba8e5154b5f72e92957e (diff) | |
download | linux-c546d5db75b452737e554bb9c33dedb46847c4fd.tar.xz |
remove scatterlist.h generation from arch Kbuild files
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'arch/x86/include/asm/Kbuild')
-rw-r--r-- | arch/x86/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/Kbuild b/arch/x86/include/asm/Kbuild index d55a210a49bf..4dd1f2d770af 100644 --- a/arch/x86/include/asm/Kbuild +++ b/arch/x86/include/asm/Kbuild @@ -9,4 +9,3 @@ generic-y += cputime.h generic-y += dma-contiguous.h generic-y += early_ioremap.h generic-y += mcs_spinlock.h -generic-y += scatterlist.h |