From: "Robert P. J. Day" There's nothing in percpu.h that requires an explicit inclusion of string.h. Signed-off-by: Robert P. J. Day Signed-off-by: Andrew Morton --- include/linux/percpu.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/percpu.h~remove-superfluous-include-of-stringh-from-percpuh include/linux/percpu.h --- a/include/linux/percpu.h~remove-superfluous-include-of-stringh-from-percpuh +++ a/include/linux/percpu.h @@ -4,7 +4,6 @@ #include #include /* For kmalloc() */ #include -#include /* For memset() */ #include #include _