diff options
author | Christoph Hellwig <hch@lst.de> | 2015-05-19 02:36:29 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-05-19 11:14:34 -0400 |
commit | c546d5db75b452737e554bb9c33dedb46847c4fd (patch) | |
tree | f9a227bb416406127540d7234c5865c9f20ec600 /arch/um | |
parent | 84be456f883c4685680fba8e5154b5f72e92957e (diff) |
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/um')
-rw-r--r-- | arch/um/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/asm/Kbuild b/arch/um/include/asm/Kbuild index 9176fa11d49b..b7df3ae9be51 100644 --- a/arch/um/include/asm/Kbuild +++ b/arch/um/include/asm/Kbuild | |||
@@ -21,7 +21,6 @@ generic-y += param.h | |||
21 | generic-y += pci.h | 21 | generic-y += pci.h |
22 | generic-y += percpu.h | 22 | generic-y += percpu.h |
23 | generic-y += preempt.h | 23 | generic-y += preempt.h |
24 | generic-y += scatterlist.h | ||
25 | generic-y += sections.h | 24 | generic-y += sections.h |
26 | generic-y += switch_to.h | 25 | generic-y += switch_to.h |
27 | generic-y += topology.h | 26 | generic-y += topology.h |