diff options
Diffstat (limited to 'drivers/led/led_bcm6858.c')
-rw-r--r-- | drivers/led/led_bcm6858.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/led/led_bcm6858.c b/drivers/led/led_bcm6858.c index 27a76fcaf08..b415d8b2b40 100644 --- a/drivers/led/led_bcm6858.c +++ b/drivers/led/led_bcm6858.c @@ -11,8 +11,10 @@ #include <dm.h> #include <errno.h> #include <led.h> +#include <log.h> #include <asm/io.h> #include <dm/lists.h> +#include <linux/bitops.h> #define LEDS_MAX 32 #define LEDS_WAIT 100 |