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 | |
parent | a0011f1be78aec408803728359a7a181baa167bb (diff) | |
download | op-kernel-dev-d1c5c5c2e30a20946ef6f6f757b21263b0b6c7e3.zip op-kernel-dev-d1c5c5c2e30a20946ef6f6f757b21263b0b6c7e3.tar.gz |
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>
-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 c592aa5..01b45906 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> |