diff options
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c | 1 | ||||
-rw-r--r-- | src/drivers/spi/winbond.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c b/src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c index 00f630747a..e26701b099 100644 --- a/src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c +++ b/src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include <assert.h> #include <console/console.h> #include <cpu/cpu.h> #include <cpu/x86/mp.h> diff --git a/src/drivers/spi/winbond.c b/src/drivers/spi/winbond.c index be0850493f..11a518746c 100644 --- a/src/drivers/spi/winbond.c +++ b/src/drivers/spi/winbond.c @@ -18,7 +18,6 @@ #include <spi_flash.h> #include <spi-generic.h> #include <string.h> -#include <assert.h> #include <delay.h> #include <lib.h> |