1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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>
This commit is contained in:
Simon Glass
2019-11-14 12:57:11 -07:00
committed by Tom Rini
parent 9ce2aa1710
commit c3e4430ef3
17 changed files with 16 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
*/
#include <common.h>
#include <twl4030.h>
#include <status_led.h>
#include <asm/io.h>
#include <asm/gpio.h>
#include <asm/arch/mmc_host_def.h>