From: Rasmus Villemoes <linux@rasmusvillemoes.dk> Date: Thu, 12 Feb 2015 23:02:57 +0000 (-0800) Subject: lib/kobject_uevent.c: remove redundant include X-Git-Tag: v4.0-rc1~98^2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a69ae45c260d24a4497ed38ec87c1e5ba461cae4;p=linux.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 <linux@rasmusvillemoes.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --- 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 <linux/export.h> #include <linux/kmod.h> #include <linux/slab.h> -#include <linux/user_namespace.h> #include <linux/socket.h> #include <linux/skbuff.h> #include <linux/netlink.h>