diff options
| author | Tom Rini <[email protected]> | 2023-10-12 19:03:59 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-24 16:34:45 -0400 |
| commit | 0b9441ae76db88b6871adc31b7e59355286f2847 (patch) | |
| tree | b26e8ce64e83dd907910674f2977d56b590f516d /board/sifive | |
| parent | 8991fed97dbd5fe79354b533b32c78742a126d02 (diff) | |
riscv: Remove common.h usage
We can remove common.h from most cases of the code here, and only a few
places need an additional header instead.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Diffstat (limited to 'board/sifive')
| -rw-r--r-- | board/sifive/unmatched/hifive-platform-i2c-eeprom.c | 1 | ||||
| -rw-r--r-- | board/sifive/unmatched/unmatched.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/sifive/unmatched/hifive-platform-i2c-eeprom.c b/board/sifive/unmatched/hifive-platform-i2c-eeprom.c index c82fb5763ec..d25c24b08b3 100644 --- a/board/sifive/unmatched/hifive-platform-i2c-eeprom.c +++ b/board/sifive/unmatched/hifive-platform-i2c-eeprom.c @@ -9,7 +9,6 @@ * Timur Tabi ([email protected]) */ -#include <common.h> #include <command.h> #include <env.h> #include <i2c.h> diff --git a/board/sifive/unmatched/unmatched.c b/board/sifive/unmatched/unmatched.c index 6675548c2bf..c8696270ba2 100644 --- a/board/sifive/unmatched/unmatched.c +++ b/board/sifive/unmatched/unmatched.c @@ -6,7 +6,6 @@ * Pragnesh Patel <[email protected]> */ -#include <common.h> #include <cpu_func.h> #include <dm.h> #include <asm/sections.h> |
