diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:24 -0600 |
commit | f52b3c4dcf9dbe003020ce418f0dec1dd0020c33 (patch) | |
tree | bae44088adabb4623937c9aa622634ede67034b2 | |
parent | 37aab1e496ae984a6d667e09b50a450a36c01d00 (diff) |
board: highbank: 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>
-rw-r--r-- | board/highbank/ahci.c | 1 | ||||
-rw-r--r-- | board/highbank/hb_sregs.c | 1 | ||||
-rw-r--r-- | board/highbank/highbank.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/board/highbank/ahci.c b/board/highbank/ahci.c index 9c057278ace..899c502dfbc 100644 --- a/board/highbank/ahci.c +++ b/board/highbank/ahci.c @@ -3,7 +3,6 @@ * Copyright 2012 Calxeda, Inc. */ -#include <common.h> #include <ahci.h> #include <asm/io.h> #include <linux/delay.h> diff --git a/board/highbank/hb_sregs.c b/board/highbank/hb_sregs.c index d9dd2c2bf67..94052f7a3f9 100644 --- a/board/highbank/hb_sregs.c +++ b/board/highbank/hb_sregs.c @@ -10,7 +10,6 @@ * Copyright (C) 2019 Arm Ltd. */ -#include <common.h> #include <dm.h> #include <dm/lists.h> diff --git a/board/highbank/highbank.c b/board/highbank/highbank.c index 7f67d1e4530..f3df83ed6c9 100644 --- a/board/highbank/highbank.c +++ b/board/highbank/highbank.c @@ -3,7 +3,6 @@ * Copyright 2010-2011 Calxeda, Inc. */ -#include <common.h> #include <ahci.h> #include <cpu_func.h> #include <env.h> |