diff options
Diffstat (limited to 'drivers/misc/status_led.c')
-rw-r--r-- | drivers/misc/status_led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/status_led.c b/drivers/misc/status_led.c index a6e9c03a02e..3b1baa4f840 100644 --- a/drivers/misc/status_led.c +++ b/drivers/misc/status_led.c @@ -4,8 +4,8 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include <common.h> #include <status_led.h> +#include <linux/types.h> /* * The purpose of this code is to signal the operational status of a |