cleanup asm/scatterlist.h includes
Not architecture specific code should not #include <asm/scatterlist.h>. This patch therefore either replaces them with #include <linux/scatterlist.h> or simply removes them if they were unused. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#if defined(CONFIG_INET_ESP) || defined(CONFIG_INET_ESP_MODULE) || defined(CONFIG_INET6_ESP) || defined(CONFIG_INET6_ESP_MODULE)
|
||||
#include <net/esp.h>
|
||||
#endif
|
||||
#include <asm/scatterlist.h>
|
||||
|
||||
/*
|
||||
* Algorithms supported by IPsec. These entries contain properties which
|
||||
|
Reference in New Issue
Block a user