diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:37 -0600 |
| commit | dd031bc3e8f64f8a26de9d285dd5b954d9396850 (patch) | |
| tree | 7cc550217b002f394d8cba2db2dfcdc1959dad24 | |
| parent | bd47d6645fbd79286464a32c42b3a8dc17f52626 (diff) | |
board: raspberrypi: 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/raspberrypi/rpi/rpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 2851ebc9853..d996eb0cf69 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -3,7 +3,6 @@ * (C) Copyright 2012-2016 Stephen Warren */ -#include <common.h> #include <config.h> #include <dm.h> #include <env.h> |
