From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:02:46 +0000 (-0800) Subject: lib/genalloc.c: remove redundant include X-Git-Tag: firefly_0821_release~176^2~2336^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=18fa6d2e4574d2a44e0c2cc5ae1c1812ec8019d8;p=firefly-linux-kernel-4.4.55.git lib/genalloc.c: remove redundant include Removing this include produces byte-identical output, and thus removes a false dependency. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/genalloc.c b/lib/genalloc.c index 42a95e99b754..0fe1cbe87700 100644 --- a/lib/genalloc.c +++ b/lib/genalloc.c @@ -34,7 +34,6 @@ #include #include #include -#include #include static inline size_t chunk_size(const struct gen_pool_chunk *chunk)