Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19981115 authored by Antonio Ospite's avatar Antonio Ospite Committed by Richard Purdie
Browse files

leds: leds-lp3944.h - remove unneeded includes



These were needed in the first version of the driver because we used to expose
workqueue and led class details in the header file, now we don't.

Signed-off-by: default avatarAntonio Ospite <ospite@studenti.unina.it>
Signed-off-by: default avatarRichard Purdie <rpurdie@linux.intel.com>
parent 51de036b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -12,9 +12,6 @@
#ifndef __LINUX_LEDS_LP3944_H
#define __LINUX_LEDS_LP3944_H

#include <linux/leds.h>
#include <linux/workqueue.h>

#define LP3944_LED0 0
#define LP3944_LED1 1
#define LP3944_LED2 2