From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:02:57 +0000 (-0800) Subject: lib/kobject_uevent.c: remove redundant include X-Git-Tag: v5.4.17~13541^2~9 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a69ae45c260d24a4497ed38ec87c1e5ba461cae4;p=arm%2Flinux.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