diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-27 17:59:58 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 10:56:47 +0000 |
commit | 8a5283ab1b18614c4df7f2e9e194ad058ba7e29f (patch) | |
tree | 7efcd1ed4d84bcb40a85aaba12dd48c5610eb6ce /src/northbridge/via | |
parent | 55d6238fa6cd6297a4bad5c34b6618d52e848618 (diff) |
src: Remove unneeded include <cbmem.h>
Change-Id: I89e03b6def5c78415bf73baba55941953a70d8de
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29302
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/via')
-rw-r--r-- | src/northbridge/via/vx900/early_vx900.h | 1 | ||||
-rw-r--r-- | src/northbridge/via/vx900/northbridge.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/via/vx900/early_vx900.h b/src/northbridge/via/vx900/early_vx900.h index 55b6c69766..899512b90c 100644 --- a/src/northbridge/via/vx900/early_vx900.h +++ b/src/northbridge/via/vx900/early_vx900.h @@ -21,7 +21,6 @@ #include "vx900.h" #include <arch/io.h> -#include <cbmem.h> #include <stdint.h> /* North Module devices */ diff --git a/src/northbridge/via/vx900/northbridge.c b/src/northbridge/via/vx900/northbridge.c index 2b81b47ff2..ca414506df 100644 --- a/src/northbridge/via/vx900/northbridge.c +++ b/src/northbridge/via/vx900/northbridge.c @@ -22,7 +22,6 @@ #include <device/pci.h> #include <device/pci_ids.h> #include <cpu/cpu.h> -#include <cbmem.h> #include <cf9_reset.h> #include <reset.h> #include <string.h> |