projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87d1d16
)
lib/genalloc.c: remove redundant include
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Thu, 12 Feb 2015 23:02:46 +0000
(15:02 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 13 Feb 2015 02:54:15 +0000
(18:54 -0800)
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>
lib/genalloc.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/genalloc.c
b/lib/genalloc.c
index 42a95e99b754b5d3b10afb3283d3a48cea3e0e8d..0fe1cbe8770028f72930e453e9738907e36252c1 100644
(file)
--- a/
lib/genalloc.c
+++ b/
lib/genalloc.c
@@
-34,7
+34,6
@@
#include <linux/rculist.h>
#include <linux/interrupt.h>
#include <linux/genalloc.h>
-#include <linux/of_address.h>
#include <linux/of_device.h>
static inline size_t chunk_size(const struct gen_pool_chunk *chunk)