diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-05 13:41:26 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-07 22:02:01 +0000 |
commit | b3a69e12cbd475d8e30781348fdbae632a969309 (patch) | |
tree | e02c8f1dd02d0aa84b0bf188022cefae7cb17e65 /src/soc/intel/quark | |
parent | f238ead6f17952ceb31d38dfec5efac66a1ef10e (diff) |
soc/intel/quark/storage_test.c: Remove redundant <commonlib/cbmem_id.h>
<commonlib/cbmem_id.h> is already included through <cbmem.h>.
Change-Id: I0fb22114621a52359dd876fa70d881a1379d4cc2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50302
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/quark')
-rw-r--r-- | src/soc/intel/quark/storage_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/quark/storage_test.c b/src/soc/intel/quark/storage_test.c index 9c8a549524..1eed84e9b2 100644 --- a/src/soc/intel/quark/storage_test.c +++ b/src/soc/intel/quark/storage_test.c @@ -3,7 +3,6 @@ #include <device/pci_ops.h> #include <assert.h> #include <cbmem.h> -#include <commonlib/cbmem_id.h> #include <commonlib/sdhci.h> #include <commonlib/storage.h> #include <console/console.h> |