summaryrefslogtreecommitdiff
path: root/board/ronetix
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 12:57:11 -0700
committerTom Rini <trini@konsulko.com>2019-12-02 18:23:06 -0500
commitc3e4430ef3ea313dd4c97d8b089bd841e66d394b (patch)
tree7a5e0f4c1b4504cf242ba1ff2418d6c014b37c9b /board/ronetix
parent9ce2aa171039f1097e2d293235e733cce94cbabb (diff)
common: Drop global inclusion of status_led.h
This is only used by a few files so it should not be in the common header. Move it out. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ronetix')
-rw-r--r--board/ronetix/pm9261/led.c1
-rw-r--r--board/ronetix/pm9263/led.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/ronetix/pm9261/led.c b/board/ronetix/pm9261/led.c
index 2a53b2e6bd..df955830b1 100644
--- a/board/ronetix/pm9261/led.c
+++ b/board/ronetix/pm9261/led.c
@@ -7,6 +7,7 @@
*/
#include <common.h>
+#include <status_led.h>
#include <asm/gpio.h>
#include <asm/arch/clk.h>
#include <asm/arch/gpio.h>
diff --git a/board/ronetix/pm9263/led.c b/board/ronetix/pm9263/led.c
index 683e151a4f..524b4afcbd 100644
--- a/board/ronetix/pm9263/led.c
+++ b/board/ronetix/pm9263/led.c
@@ -7,6 +7,7 @@
*/
#include <common.h>
+#include <status_led.h>
#include <asm/gpio.h>
#include <asm/arch/clk.h>
#include <asm/arch/gpio.h>