Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26752
Change subject: src/commonlib: Remove unneeded 'console.h' include ......................................................................
src/commonlib: Remove unneeded 'console.h' include
Change-Id: Ic9283f227a37785056b9fac216fabcac054066a0 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/commonlib/storage/bouncebuf.c M src/commonlib/storage/mmc.c M src/commonlib/storage/pci_sdhci.c M src/commonlib/storage/sdhci.c M src/commonlib/storage/sdhci_display.c M src/commonlib/storage/storage_erase.c M src/commonlib/storage/storage_write.c 7 files changed, 0 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/26752/1
diff --git a/src/commonlib/storage/bouncebuf.c b/src/commonlib/storage/bouncebuf.c index c8125aa..6ddfb70 100644 --- a/src/commonlib/storage/bouncebuf.c +++ b/src/commonlib/storage/bouncebuf.c @@ -16,7 +16,6 @@ */
#include <arch/cache.h> -#include <console/console.h> #include "bouncebuf.h" #include <halt.h> #include "storage.h" diff --git a/src/commonlib/storage/mmc.c b/src/commonlib/storage/mmc.c index ca06705..d88e469 100644 --- a/src/commonlib/storage/mmc.c +++ b/src/commonlib/storage/mmc.c @@ -20,7 +20,6 @@ */
#include <commonlib/storage.h> -#include <console/console.h> #include <delay.h> #include "sd_mmc.h" #include "mmc.h" diff --git a/src/commonlib/storage/pci_sdhci.c b/src/commonlib/storage/pci_sdhci.c index c53ab00..329b652 100644 --- a/src/commonlib/storage/pci_sdhci.c +++ b/src/commonlib/storage/pci_sdhci.c @@ -20,7 +20,6 @@
#include <assert.h> #include <commonlib/sdhci.h> -#include <console/console.h> #include <device/pci.h> #include "sd_mmc.h" #include "storage.h" diff --git a/src/commonlib/storage/sdhci.c b/src/commonlib/storage/sdhci.c index a5508ee..158e28b 100644 --- a/src/commonlib/storage/sdhci.c +++ b/src/commonlib/storage/sdhci.c @@ -19,7 +19,6 @@
#include <assert.h> #include "bouncebuf.h" -#include <console/console.h> #include <commonlib/sd_mmc_ctrlr.h> #include <commonlib/sdhci.h> #include <commonlib/storage.h> diff --git a/src/commonlib/storage/sdhci_display.c b/src/commonlib/storage/sdhci_display.c index d05e35a..68747f4 100644 --- a/src/commonlib/storage/sdhci_display.c +++ b/src/commonlib/storage/sdhci_display.c @@ -20,7 +20,6 @@ #include <commonlib/sd_mmc_ctrlr.h> #include <commonlib/sdhci.h> #include <commonlib/storage.h> -#include <console/console.h> #include "sdhci.h" #include "sd_mmc.h" #include "storage.h" diff --git a/src/commonlib/storage/storage_erase.c b/src/commonlib/storage/storage_erase.c index 004a200..8e97755 100644 --- a/src/commonlib/storage/storage_erase.c +++ b/src/commonlib/storage/storage_erase.c @@ -19,7 +19,6 @@ * GNU General Public License for more details. */
-#include <console/console.h> #include "sd_mmc.h" #include "storage.h"
diff --git a/src/commonlib/storage/storage_write.c b/src/commonlib/storage/storage_write.c index ae9fbc2..ba60b41 100644 --- a/src/commonlib/storage/storage_write.c +++ b/src/commonlib/storage/storage_write.c @@ -19,7 +19,6 @@ * GNU General Public License for more details. */
-#include <console/console.h> #include "sd_mmc.h" #include "storage.h" #include <string.h>