Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69026 )
Change subject: /: Remove unused <inttypes.h> ......................................................................
/: Remove unused <inttypes.h>
Change-Id: I16aa756039973e164c887ff5237bda69d042a235 Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/69026 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Held felix-coreboot@felixheld.de --- M src/soc/qualcomm/common/qupv3_i2c.c M src/soc/ti/am335x/mmc.c M src/soc/ti/am335x/mmc.h 3 files changed, 13 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/soc/qualcomm/common/qupv3_i2c.c b/src/soc/qualcomm/common/qupv3_i2c.c index 8f0880e..91844e3 100644 --- a/src/soc/qualcomm/common/qupv3_i2c.c +++ b/src/soc/qualcomm/common/qupv3_i2c.c @@ -4,7 +4,6 @@ #include <console/console.h> #include <device/i2c_simple.h> #include <gpio.h> -#include <inttypes.h> #include <lib.h> #include <soc/clock.h> #include <soc/qcom_qup_se.h> diff --git a/src/soc/ti/am335x/mmc.c b/src/soc/ti/am335x/mmc.c index b65030e..577434c 100644 --- a/src/soc/ti/am335x/mmc.c +++ b/src/soc/ti/am335x/mmc.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <inttypes.h> #include <string.h> #include <console/console.h> #include <commonlib/sd_mmc_ctrlr.h> diff --git a/src/soc/ti/am335x/mmc.h b/src/soc/ti/am335x/mmc.h index 757795d..3293332 100644 --- a/src/soc/ti/am335x/mmc.h +++ b/src/soc/ti/am335x/mmc.h @@ -3,7 +3,6 @@ #ifndef AM335X_MMC_H #define AM335X_MMC_H
-#include <inttypes.h> #include <commonlib/sd_mmc_ctrlr.h>
#define MMCHS0_BASE 0x48060000