projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0011f1
)
leds: max8997: Remove unneeded workqueue include
author
Andrew Lunn
<andrew@lunn.ch>
Tue, 11 Aug 2015 07:58:47 +0000
(09:58 +0200)
committer
Jacek Anaszewski
<j.anaszewski@samsung.com>
Mon, 4 Jan 2016 08:57:35 +0000
(09:57 +0100)
Work queues are not used in this driver, so remove the include.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
drivers/leds/leds-max8997.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/leds/leds-max8997.c
b/drivers/leds/leds-max8997.c
index c592aa5662bb466f728d6c6ce5f204850fc3ec80..01b4590693582c8a0eeaa34bf955535342017c52 100644
(file)
--- a/
drivers/leds/leds-max8997.c
+++ b/
drivers/leds/leds-max8997.c
@@
-13,7
+13,6
@@
#include <linux/module.h>
#include <linux/err.h>
#include <linux/slab.h>
-#include <linux/workqueue.h>
#include <linux/leds.h>
#include <linux/mfd/max8997.h>
#include <linux/mfd/max8997-private.h>