]> git.karo-electronics.de Git - karo-tx-linux.git/commit
um: use asm-generic/scatterlist.h
authorLaura Abbott <lauraa@codeaurora.org>
Thu, 22 May 2014 00:44:20 +0000 (10:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:44:20 +0000 (10:44 +1000)
commit4f611fc534d5a3e41450d0ab0de19879de286fa9
treeba870765eceed6a11665d3f63b2f4b7e4f067084
parent69bf06c126ed31fcd168c6c5000cc5231044fc8c
um: use asm-generic/scatterlist.h

commit ff35bd54456e18878c361a8a2deeb41c9688458f
(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 <fengguang.wu@intel.com>
Cc: kbuild test robot <fengguang.wu@intel.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/um/include/asm/Kbuild