diff options
| author | Simon Glass <[email protected]> | 2019-11-14 12:57:11 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-12-02 18:23:06 -0500 |
| commit | c3e4430ef3ea313dd4c97d8b089bd841e66d394b (patch) | |
| tree | 7a5e0f4c1b4504cf242ba1ff2418d6c014b37c9b /board/compulab | |
| parent | 9ce2aa171039f1097e2d293235e733cce94cbabb (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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/compulab')
| -rw-r--r-- | board/compulab/cm_t335/cm_t335.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/compulab/cm_t335/cm_t335.c b/board/compulab/cm_t335/cm_t335.c index 6e38745191c..561f2f30bb2 100644 --- a/board/compulab/cm_t335/cm_t335.c +++ b/board/compulab/cm_t335/cm_t335.c @@ -11,6 +11,7 @@ #include <env.h> #include <errno.h> #include <miiphy.h> +#include <status_led.h> #include <cpsw.h> #include <asm/arch/sys_proto.h> |
