aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-05 15:04:55 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-20 17:59:59 +0000
commitb9bd69e70ed355d89ff41d66ed7134338c5986fe (patch)
tree778bbc72cae3689f8a09eb0b17c1915b02598e1f /src/mainboard/gizmosphere
parented69de318f4a87a8fe2c82a9cd5b2893c8538f38 (diff)
src/mainboard: Remove unused '#include <device/pci.h>'
Change-Id: I5791fddec8b2387df5979adbb1a0fa64c5dd23ea Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37522 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/gizmosphere')
-rw-r--r--src/mainboard/gizmosphere/gizmo/acpi_tables.c1
-rw-r--r--src/mainboard/gizmosphere/gizmo/irq_tables.c1
-rw-r--r--src/mainboard/gizmosphere/gizmo/mptable.c1
-rw-r--r--src/mainboard/gizmosphere/gizmo2/acpi_tables.c1
-rw-r--r--src/mainboard/gizmosphere/gizmo2/irq_tables.c1
-rw-r--r--src/mainboard/gizmosphere/gizmo2/mptable.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/acpi_tables.c b/src/mainboard/gizmosphere/gizmo/acpi_tables.c
index 2154cd842f..364c915efc 100644
--- a/src/mainboard/gizmosphere/gizmo/acpi_tables.c
+++ b/src/mainboard/gizmosphere/gizmo/acpi_tables.c
@@ -16,7 +16,6 @@
#include <arch/acpi.h>
#include <arch/ioapic.h>
-#include <device/pci.h>
unsigned long acpi_fill_madt(unsigned long current)
{
diff --git a/src/mainboard/gizmosphere/gizmo/irq_tables.c b/src/mainboard/gizmosphere/gizmo/irq_tables.c
index bf2379c29e..9d74dc8942 100644
--- a/src/mainboard/gizmosphere/gizmo/irq_tables.c
+++ b/src/mainboard/gizmosphere/gizmo/irq_tables.c
@@ -15,7 +15,6 @@
*/
#include <console/console.h>
-#include <device/pci.h>
#include <device/pci_def.h>
#include <string.h>
#include <stdint.h>
diff --git a/src/mainboard/gizmosphere/gizmo/mptable.c b/src/mainboard/gizmosphere/gizmo/mptable.c
index d44e27613e..dca5f3c273 100644
--- a/src/mainboard/gizmosphere/gizmo/mptable.c
+++ b/src/mainboard/gizmosphere/gizmo/mptable.c
@@ -15,7 +15,6 @@
*/
#include <arch/smp/mpspec.h>
-#include <device/pci.h>
#include <arch/io.h>
#include <arch/ioapic.h>
#include <string.h>
diff --git a/src/mainboard/gizmosphere/gizmo2/acpi_tables.c b/src/mainboard/gizmosphere/gizmo2/acpi_tables.c
index 08f6076e7c..20509e9d31 100644
--- a/src/mainboard/gizmosphere/gizmo2/acpi_tables.c
+++ b/src/mainboard/gizmosphere/gizmo2/acpi_tables.c
@@ -15,7 +15,6 @@
#include <arch/acpi.h>
#include <arch/ioapic.h>
-#include <device/pci.h>
unsigned long acpi_fill_madt(unsigned long current)
{
diff --git a/src/mainboard/gizmosphere/gizmo2/irq_tables.c b/src/mainboard/gizmosphere/gizmo2/irq_tables.c
index e18e47842a..530c132a05 100644
--- a/src/mainboard/gizmosphere/gizmo2/irq_tables.c
+++ b/src/mainboard/gizmosphere/gizmo2/irq_tables.c
@@ -14,7 +14,6 @@
*/
#include <console/console.h>
-#include <device/pci.h>
#include <string.h>
#include <stdint.h>
#include <arch/pirq_routing.h>
diff --git a/src/mainboard/gizmosphere/gizmo2/mptable.c b/src/mainboard/gizmosphere/gizmo2/mptable.c
index ea9f95947d..e4edc5fe7a 100644
--- a/src/mainboard/gizmosphere/gizmo2/mptable.c
+++ b/src/mainboard/gizmosphere/gizmo2/mptable.c
@@ -14,7 +14,6 @@
*/
#include <arch/smp/mpspec.h>
-#include <device/pci.h>
#include <arch/ioapic.h>
#include <stdint.h>
#include <cpu/x86/lapic.h>