diff options
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/fsp1_1/include/fsp/car.h | 1 | ||||
-rw-r--r-- | src/drivers/intel/ptt/ptt.h | 1 | ||||
-rw-r--r-- | src/drivers/intel/soundwire/soundwire.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/intel/fsp1_1/include/fsp/car.h b/src/drivers/intel/fsp1_1/include/fsp/car.h index db203aeb36..ceb87d860f 100644 --- a/src/drivers/intel/fsp1_1/include/fsp/car.h +++ b/src/drivers/intel/fsp1_1/include/fsp/car.h @@ -4,7 +4,6 @@ #define FSP1_1_CAR_H #include <fsp/api.h> -#include <stdint.h> /* Per stage calls from the above two functions. The void * return from * cache_as_ram_stage_main() is the stack pointer to use in RAM after diff --git a/src/drivers/intel/ptt/ptt.h b/src/drivers/intel/ptt/ptt.h index 7bc878d71d..b447d585a7 100644 --- a/src/drivers/intel/ptt/ptt.h +++ b/src/drivers/intel/ptt/ptt.h @@ -8,7 +8,6 @@ * is still in the preboot phase. * */ -#include <stdint.h> /* * ptt_active * diff --git a/src/drivers/intel/soundwire/soundwire.c b/src/drivers/intel/soundwire/soundwire.c index ab09ff4473..34ecd86021 100644 --- a/src/drivers/intel/soundwire/soundwire.c +++ b/src/drivers/intel/soundwire/soundwire.c @@ -8,7 +8,6 @@ #include <device/path.h> #include <device/soundwire.h> #include <stdbool.h> -#include <stdint.h> #include "soundwire.h" #include "chip.h" |