diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-02-13 00:02:57 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-13 03:54:15 +0100 |
commit | a69ae45c260d24a4497ed38ec87c1e5ba461cae4 (patch) | |
tree | e3fecdbd6ab509dd17dc0ad61ef39c5968184de6 /lib/kobject_uevent.c | |
parent | lib/llist.c: remove redundant include (diff) | |
download | linux-a69ae45c260d24a4497ed38ec87c1e5ba461cae4.tar.xz linux-a69ae45c260d24a4497ed38ec87c1e5ba461cae4.zip |
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>
Diffstat (limited to 'lib/kobject_uevent.c')
-rw-r--r-- | lib/kobject_uevent.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |