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
This commit is contained in:
committed by
Patrick Georgi
parent
351e3e520b
commit
cd4fe0f718
@@ -16,7 +16,6 @@
|
||||
#ifndef SOC_MEDIATEK_RTC_COMMON_H
|
||||
#define SOC_MEDIATEK_RTC_COMMON_H
|
||||
|
||||
#include <assert.h>
|
||||
#include <bcd.h>
|
||||
#include <console/console.h>
|
||||
#include <rtc.h>
|
||||
|
@@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <assert.h>
|
||||
#include <soc/pmic_wrap.h>
|
||||
#include <timer.h>
|
||||
|
||||
|
@@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <stdlib.h>
|
||||
#include <soc/addressmap.h>
|
||||
|
@@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <assert.h>
|
||||
#include <boardid.h>
|
||||
#include <console/console.h>
|
||||
#include <soc/addressmap.h>
|
||||
|
@@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <soc/infracfg.h>
|
||||
|
@@ -13,7 +13,6 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <soc/pmic_wrap.h>
|
||||
#include <soc/mt6358.h>
|
||||
|
Reference in New Issue
Block a user