HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50302 )
Change subject: soc/intel/quark/storage_test.c: Remove redundant <commonlib/cbmem_id.h> ......................................................................
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 --- M src/soc/intel/quark/storage_test.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/50302/1
diff --git a/src/soc/intel/quark/storage_test.c b/src/soc/intel/quark/storage_test.c index 9c8a549..1eed84e 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>