Skip to content

Commit 0201af5

Browse files
labbotthnaz
authored andcommitted
um: use asm-generic/scatterlist.h
commit ff35bd5 (lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig) changed some architectures to use the generic scatterlist.h but this broke um: In file included from init/main.c:75:0: include/linux/blkdev.h:25:29: fatal error: asm/scatterlist.h: No such file or directory Make um use the generic scatterlist.h as well Reported-by: kbuild test robot <[email protected]> Cc: kbuild test robot <[email protected]> Cc: Jeff Dike <[email protected]> Cc: Richard Weinberger <[email protected]> Signed-off-by: Laura Abbott <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent d65c011 commit 0201af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/um/include/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ generic-y += param.h
2121
generic-y += pci.h
2222
generic-y += percpu.h
2323
generic-y += preempt.h
24+
generic-y += scatterlist.h
2425
generic-y += sections.h
2526
generic-y += switch_to.h
2627
generic-y += topology.h

0 commit comments

Comments
 (0)