diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-05-29 13:02:58 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-05-30 14:40:32 +0000 |
commit | 9761b87fae1533c47da7baf3ed673963389615c3 (patch) | |
tree | 08716868c4ad042f1f45d0e5298b0904fc5558e3 /src/soc/qualcomm/common/pcie_common.c | |
parent | e527e954be3c3c2764f58ac40e160c922b584ab7 (diff) |
tree: Remove duplicated <soc/gpio.h>
<gpio.h> is supposed to chain-include <soc/gpio.h>.
Change-Id: Ib25581bd2c8dd38cdd0396561ce5f9a782365f14
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82691
Reviewed-by: Michał Kopeć <michal.kopec@3mdeb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm/common/pcie_common.c')
-rw-r--r-- | src/soc/qualcomm/common/pcie_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/qualcomm/common/pcie_common.c b/src/soc/qualcomm/common/pcie_common.c index 65c294097e..b877563a49 100644 --- a/src/soc/qualcomm/common/pcie_common.c +++ b/src/soc/qualcomm/common/pcie_common.c @@ -9,7 +9,6 @@ #include <device/pci_ids.h> #include <gpio.h> #include <soc/clock.h> -#include <soc/gpio.h> #include <soc/qcom_qmp_phy.h> #include <soc/pcie.h> #include <timer.h> |