projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c2862
)
gpio: merrifield: Remove linux/init.h
author
Andy Shevchenko
<
[email protected]
>
Tue, 4 Sep 2018 11:26:25 +0000
(14:26 +0300)
committer
Andy Shevchenko
<
[email protected]
>
Fri, 7 Dec 2018 15:34:06 +0000
(17:34 +0200)
There is no need to include linux/init.h when at the same time
we include linux/module.h.
Remove redundant inclusion.
Signed-off-by: Andy Shevchenko <
[email protected]
>
drivers/gpio/gpio-merrifield.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-merrifield.c
b/drivers/gpio/gpio-merrifield.c
index 97421bd4a60f979b14121eb0ca3f0d3f08bc7587..3d0a37f8ee7577be216b2b0d103b480751f7bb7e 100644
(file)
--- a/
drivers/gpio/gpio-merrifield.c
+++ b/
drivers/gpio/gpio-merrifield.c
@@
-12,7
+12,6
@@
#include <linux/acpi.h>
#include <linux/bitops.h>
#include <linux/gpio/driver.h>
-#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/module.h>