aboutsummaryrefslogtreecommitdiff
path: root/src/commonlib
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-03-29 17:12:15 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-04-23 10:01:36 +0000
commitcd4fe0f718cfc49e5d58f1770e23cd065a26241e (patch)
treea1b335fc76f89e79480456e3c6cd1672f4eefb2c /src/commonlib
parent351e3e520ba71b4aafaf930af37f78b71c1d7251 (diff)
src: include <assert.h> when appropriate
Change-Id: Ib843eb7144b7dc2932931b9e8f3f1d816bcc1e1a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/26796 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: David Guckian
Diffstat (limited to 'src/commonlib')
-rw-r--r--src/commonlib/storage/pci_sdhci.c1
-rw-r--r--src/commonlib/storage/sd.c1
-rw-r--r--src/commonlib/storage/sd_mmc.c1
-rw-r--r--src/commonlib/storage/sdhci.c1
-rw-r--r--src/commonlib/storage/sdhci_adma.c1
-rw-r--r--src/commonlib/storage/storage.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/commonlib/storage/pci_sdhci.c b/src/commonlib/storage/pci_sdhci.c
index a2d30949b3..1798c2cac7 100644
--- a/src/commonlib/storage/pci_sdhci.c
+++ b/src/commonlib/storage/pci_sdhci.c
@@ -18,7 +18,6 @@
#endif
#include <arch/early_variables.h>
-#include <assert.h>
#include <commonlib/sdhci.h>
#include <device/pci.h>
#include <device/pci_ops.h>
diff --git a/src/commonlib/storage/sd.c b/src/commonlib/storage/sd.c
index 2e1ae85f06..06f0156c82 100644
--- a/src/commonlib/storage/sd.c
+++ b/src/commonlib/storage/sd.c
@@ -19,7 +19,6 @@
* GNU General Public License for more details.
*/
-#include <assert.h>
#include <commonlib/sd_mmc_ctrlr.h>
#include <commonlib/storage.h>
#include <delay.h>
diff --git a/src/commonlib/storage/sd_mmc.c b/src/commonlib/storage/sd_mmc.c
index fd59bd0b6f..348d3fe17d 100644
--- a/src/commonlib/storage/sd_mmc.c
+++ b/src/commonlib/storage/sd_mmc.c
@@ -20,7 +20,6 @@
* GNU General Public License for more details.
*/
-#include <assert.h>
#include <commonlib/storage.h>
#include <delay.h>
#include <endian.h>
diff --git a/src/commonlib/storage/sdhci.c b/src/commonlib/storage/sdhci.c
index 5c85e99655..19daa2ee7e 100644
--- a/src/commonlib/storage/sdhci.c
+++ b/src/commonlib/storage/sdhci.c
@@ -17,7 +17,6 @@
* GNU General Public License for more details.
*/
-#include <assert.h>
#include "bouncebuf.h"
#include <commonlib/sd_mmc_ctrlr.h>
#include <commonlib/sdhci.h>
diff --git a/src/commonlib/storage/sdhci_adma.c b/src/commonlib/storage/sdhci_adma.c
index bf6f457a46..e3209734ba 100644
--- a/src/commonlib/storage/sdhci_adma.c
+++ b/src/commonlib/storage/sdhci_adma.c
@@ -17,7 +17,6 @@
* GNU General Public License for more details.
*/
-#include <assert.h>
#include <commonlib/sdhci.h>
#include <commonlib/storage.h>
#include <console/console.h>
diff --git a/src/commonlib/storage/storage.c b/src/commonlib/storage/storage.c
index d8ff4bc729..f434a6c0b6 100644
--- a/src/commonlib/storage/storage.c
+++ b/src/commonlib/storage/storage.c
@@ -21,7 +21,6 @@
* GNU General Public License for more details.
*/
-#include <assert.h>
#include <commonlib/storage.h>
#include "sd_mmc.h"
#include "storage.h"