Browse Source

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>
Rasmus Villemoes 10 years ago
parent
commit
18fa6d2e45
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/genalloc.c

+ 0 - 1
lib/genalloc.c

@@ -34,7 +34,6 @@
 #include <linux/rculist.h>
 #include <linux/rculist.h>
 #include <linux/interrupt.h>
 #include <linux/interrupt.h>
 #include <linux/genalloc.h>
 #include <linux/genalloc.h>
-#include <linux/of_address.h>
 #include <linux/of_device.h>
 #include <linux/of_device.h>
 
 
 static inline size_t chunk_size(const struct gen_pool_chunk *chunk)
 static inline size_t chunk_size(const struct gen_pool_chunk *chunk)