diff options
| author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-02-12 18:02:46 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-12 21:54:15 -0500 |
| commit | 18fa6d2e4574d2a44e0c2cc5ae1c1812ec8019d8 (patch) | |
| tree | e93e5a4c12ffd234c5c9bc4e61a313563a36e4cb /lib | |
| parent | 87d1d16937f64dd7822aee8b2e35b2f3ed3200b4 (diff) | |
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>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/genalloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
| 34 | #include <linux/rculist.h> | 34 | #include <linux/rculist.h> |
| 35 | #include <linux/interrupt.h> | 35 | #include <linux/interrupt.h> |
| 36 | #include <linux/genalloc.h> | 36 | #include <linux/genalloc.h> |
| 37 | #include <linux/of_address.h> | ||
| 38 | #include <linux/of_device.h> | 37 | #include <linux/of_device.h> |
| 39 | 38 | ||
| 40 | static inline size_t chunk_size(const struct gen_pool_chunk *chunk) | 39 | static inline size_t chunk_size(const struct gen_pool_chunk *chunk) |
