diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-10 06:30:54 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-12 16:09:31 +0000 |
commit | f7ca672118b4d14c1e3686728c115df7adc2ec1d (patch) | |
tree | ae4290b8644a823e4e21109c7dcc38de830dab8e /src/southbridge/amd | |
parent | f3ec5ed5559c59a63419f20246751e6f39225ef7 (diff) |
AGESA boards: Clean up some includes
Change-Id: I84c70aa04ab556a3898d3525f7b9aab85812f61d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21475
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/pci_devs.h | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cimx/sb800/pci_devs.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/amd/agesa/hudson/pci_devs.h b/src/southbridge/amd/agesa/hudson/pci_devs.h index d335fc2ec5..4706403b3a 100644 --- a/src/southbridge/amd/agesa/hudson/pci_devs.h +++ b/src/southbridge/amd/agesa/hudson/pci_devs.h @@ -16,6 +16,8 @@ #ifndef _AGESA_HUDSON_PCI_DEVS_H_ #define _AGESA_HUDSON_PCI_DEVS_H_ +#include <device/pci_def.h> + #define BUS0 0 /* XHCI */ diff --git a/src/southbridge/amd/cimx/sb800/pci_devs.h b/src/southbridge/amd/cimx/sb800/pci_devs.h index e911a9ddee..5d57951efd 100644 --- a/src/southbridge/amd/cimx/sb800/pci_devs.h +++ b/src/southbridge/amd/cimx/sb800/pci_devs.h @@ -16,6 +16,8 @@ #ifndef _CIMX_SB800_PCI_DEVS_H_ #define _CIMX_SB800_PCI_DEVS_H_ +#include <device/pci_def.h> + #define BUS0 0 /* SATA */ |