diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:41 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:40 -0600 |
| commit | 8973eebf297b41794e1e9359b222815ed1f03a20 (patch) | |
| tree | 8bc460ff9e521a1768e76b20f8ea7ae4d42aa18d | |
| parent | e4f0fc0e2173a789cc5feeec4683a04e793a07a9 (diff) | |
board: schneider: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/schneider/rzn1-snarc/rzn1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/schneider/rzn1-snarc/rzn1.c b/board/schneider/rzn1-snarc/rzn1.c index 09241c3a954..e1d5b5b0497 100644 --- a/board/schneider/rzn1-snarc/rzn1.c +++ b/board/schneider/rzn1-snarc/rzn1.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -#include <common.h> #include <dm.h> #include <ram.h> #include <asm/global_data.h> |
