board: solidrun: 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>
This commit is contained in:
Tom Rini 2024-04-30 20:42:50 -06:00
parent 49f83937e9
commit 0618cc60bf
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Stefan Roese <sr@denx.de>
*/
#include <common.h>
#include <config.h>
#include <env.h>
#include <i2c.h>
#include <init.h>

View File

@ -3,9 +3,9 @@
* Copyright 2020 SolidRun
*/
#include <common.h>
#include <compiler.h>
#include <tlv_eeprom.h>
#include <linux/kernel.h>
#include "tlv_data.h"
#define SR_TLV_CODE_RAM_SIZE 0x81

View File

@ -15,7 +15,7 @@
* Ported to SolidRun microSOM by Rabeeh Khoury <rabeeh@solid-run.com>
*/
#include <common.h>
#include <config.h>
#include <image.h>
#include <init.h>
#include <log.h>