diff options
author | Andrew Lunn <andrew@lunn.ch> | 2015-08-11 09:58:47 +0200 |
---|---|---|
committer | Jacek Anaszewski <j.anaszewski@samsung.com> | 2016-01-04 09:57:35 +0100 |
commit | d1c5c5c2e30a20946ef6f6f757b21263b0b6c7e3 (patch) | |
tree | 597827c80825f74b0b6ea5608c30985b995c7e14 /drivers/leds/leds-max8997.c | |
parent | leds: lt3593: Remove work queue (diff) | |
download | linux-d1c5c5c2e30a20946ef6f6f757b21263b0b6c7e3.tar.xz linux-d1c5c5c2e30a20946ef6f6f757b21263b0b6c7e3.zip |
leds: max8997: Remove unneeded workqueue include
Work queues are not used in this driver, so remove the include.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'drivers/leds/leds-max8997.c')
-rw-r--r-- | drivers/leds/leds-max8997.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/leds-max8997.c b/drivers/leds/leds-max8997.c index c592aa5662bb..01b459069358 100644 --- 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> |