Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lib/genalloc.c: remove redundant include

Removing this include produces byte-identical output, and thus removes a
false dependency.

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>

authored by

Rasmus Villemoes and committed by
Linus Torvalds
18fa6d2e 87d1d169

-1
-1
lib/genalloc.c
··· 34 34 #include <linux/rculist.h> 35 35 #include <linux/interrupt.h> 36 36 #include <linux/genalloc.h> 37 - #include <linux/of_address.h> 38 37 #include <linux/of_device.h> 39 38 40 39 static inline size_t chunk_size(const struct gen_pool_chunk *chunk)