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:
0b5d985
)
platform/x86: intel_mid_powerbtn: Remove unnecessary init.h inclusion
author
Andy Shevchenko
<
[email protected]
>
Wed, 26 Sep 2018 15:27:40 +0000
(18:27 +0300)
committer
Andy Shevchenko
<
[email protected]
>
Thu, 27 Sep 2018 09:18:17 +0000
(12:18 +0300)
No need to include linux/init.h when linux/module.h is.
No functional change intended.
Signed-off-by: Andy Shevchenko <
[email protected]
>
drivers/platform/x86/intel_mid_powerbtn.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/intel_mid_powerbtn.c
b/drivers/platform/x86/intel_mid_powerbtn.c
index c932990021698250d08d33a1ee547af62c587440..b8d659233c6a1e2abc8982844ccf71a0f551cc13 100644
(file)
--- a/
drivers/platform/x86/intel_mid_powerbtn.c
+++ b/
drivers/platform/x86/intel_mid_powerbtn.c
@@
-16,7
+16,6
@@
* General Public License for more details.
*/
-#include <linux/init.h>
#include <linux/input.h>
#include <linux/interrupt.h>
#include <linux/mfd/intel_msic.h>