diff options
author | Tom Rini | 2024-04-30 20:40:53 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:07:48 -0600 |
commit | 939baa68264dc48a2b4448c4f2c1ae925921532e (patch) | |
tree | 99d80a6aa969468b2059bf81752932abacd3cf7b /board/BuR/brsmarc1/board.c | |
parent | 62cdc75fbae0f3b5595c06cc692e9406be9c6354 (diff) |
board: BuR: 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 <trini@konsulko.com>
Diffstat (limited to 'board/BuR/brsmarc1/board.c')
-rw-r--r-- | board/BuR/brsmarc1/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/BuR/brsmarc1/board.c b/board/BuR/brsmarc1/board.c index 738a5d2ff94..2d3f593d0ab 100644 --- a/board/BuR/brsmarc1/board.c +++ b/board/BuR/brsmarc1/board.c @@ -8,7 +8,6 @@ * B&R Industrial Automation GmbH - http://www.br-automation.com * */ -#include <common.h> #include <errno.h> #include <init.h> #include <spl.h> |