From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:02:57 +0000 (-0800) Subject: lib/kobject_uevent.c: remove redundant include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a69ae45c260d24a4497ed38ec87c1e5ba461cae4;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git lib/kobject_uevent.c: remove redundant include The file doesn't seem to use anything from linux/user_namespace.h, and removing it yields byte-identical object code and strictly fewer dependencies in the .cmd file. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index 9ebf9e20de53..f6c2c1e7779c 100644 --- a/lib/kobject_uevent.c +++ b/lib/kobject_uevent.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include