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>
This commit is contained in:
Andrew Lunn 2015-08-11 09:58:47 +02:00 committed by Jacek Anaszewski
parent a0011f1be7
commit d1c5c5c2e3
1 changed files with 0 additions and 1 deletions

View 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>