9
0
Fork 0

led: add missing includes

The led header use some parts which are missing when include the this
header. This patch adds them.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Aring 2015-12-19 19:33:59 +01:00 committed by Sascha Hauer
parent 8430b90330
commit 7e613c84cf
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
#ifndef __LED_H
#define __LED_H
#include <linux/list.h>
#include <errno.h>
#include <of.h>
struct led {
void (*set)(struct led *, unsigned int value);