diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:42:18 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:25 -0600 |
commit | c6489ec1e06d3fc57389432fc09f6d1f4c8925a3 (patch) | |
tree | 0cd9f53203cf0c48dbb8f7944f02ad673662724f /board | |
parent | 272972082aa9f12ec5cd61ad4e786dee90468113 (diff) | |
download | u-boot-c6489ec1e06d3fc57389432fc09f6d1f4c8925a3.tar.gz |
board: mikrotik: 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')
-rw-r--r-- | board/mikrotik/crs3xx-98dx3236/crs3xx-98dx3236.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/mikrotik/crs3xx-98dx3236/crs3xx-98dx3236.c b/board/mikrotik/crs3xx-98dx3236/crs3xx-98dx3236.c index 315169ba661..ae1c586277f 100644 --- a/board/mikrotik/crs3xx-98dx3236/crs3xx-98dx3236.c +++ b/board/mikrotik/crs3xx-98dx3236/crs3xx-98dx3236.c @@ -3,7 +3,6 @@ * Copyright (C) 2015 Stefan Roese <sr@denx.de> */ -#include <common.h> #include <i2c.h> #include <init.h> #include <asm/global_data.h> |