summaryrefslogtreecommitdiff
path: root/src/drivers/pcie/generic/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/pcie/generic/chip.h')
-rw-r--r--src/drivers/pcie/generic/chip.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/drivers/pcie/generic/chip.h b/src/drivers/pcie/generic/chip.h
index 5d762ec250..1d9f0a62ed 100644
--- a/src/drivers/pcie/generic/chip.h
+++ b/src/drivers/pcie/generic/chip.h
@@ -6,15 +6,6 @@
#include <types.h>
struct drivers_pcie_generic_config {
- bool is_untrusted;
- /*
- * This needs to be pointed to the device instance in the device tree when
- * there is already a device with the root port so that the ACPI code to be
- * generated will be added to that existing device.
- * By default, an ACPI device named 'DEV0' is created under the root port if
- * this does not reference to a device.
- */
- DEVTREE_CONST struct device *companion_dev;
};
#endif /* _PCIE_GENERIC_H_ */