/: 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>
This commit is contained in:
parent
8fe9e541ad
commit
699b833bd7
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue