summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r--src/soc/amd/picasso/fch.c1
-rw-r--r--src/soc/amd/picasso/include/soc/pci.h8
-rw-r--r--src/soc/amd/picasso/pcie_gpp.c1
3 files changed, 0 insertions, 10 deletions
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c
index e1c0eba9b5..dcae1adff6 100644
--- a/src/soc/amd/picasso/fch.c
+++ b/src/soc/amd/picasso/fch.c
@@ -23,7 +23,6 @@
#include <soc/southbridge.h>
#include <soc/smi.h>
#include <soc/amd_pci_int_defs.h>
-#include <soc/pci.h>
#include <soc/pci_devs.h>
#include <types.h>
#include "chip.h"
diff --git a/src/soc/amd/picasso/include/soc/pci.h b/src/soc/amd/picasso/include/soc/pci.h
deleted file mode 100644
index b6ff3496c5..0000000000
--- a/src/soc/amd/picasso/include/soc/pci.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef AMD_PICASSO_PCI_H
-#define AMD_PICASSO_PCI_H
-
-void populate_pirq_data(void);
-
-#endif /* AMD_PICASSO_PCI_H */
diff --git a/src/soc/amd/picasso/pcie_gpp.c b/src/soc/amd/picasso/pcie_gpp.c
index 582e1287b7..29dfe681fb 100644
--- a/src/soc/amd/picasso/pcie_gpp.c
+++ b/src/soc/amd/picasso/pcie_gpp.c
@@ -9,7 +9,6 @@
#include <device/pci.h>
#include <device/pciexp.h>
#include <device/pci_ids.h>
-#include <soc/pci.h>
#include <soc/pci_devs.h>
#include <stdio.h>