From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:02:46 +0000 (-0800) Subject: lib/genalloc.c: remove redundant include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=18fa6d2e4574d2a44e0c2cc5ae1c1812ec8019d8;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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)