projects
/
platform
/
kernel
/
linux-starfive.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
|
history
diff --git
a/drivers/leds/leds-max8997.c
b/drivers/leds/leds-max8997.c
index
c592aa5
..
01b4590
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>