leds: max8997: Remove unneeded workqueue include
authorAndrew Lunn <andrew@lunn.ch>
Tue, 11 Aug 2015 07:58:47 +0000 (09:58 +0200)
committerJacek 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

index c592aa5..01b4590 100644 (file)
@@ -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>