diff options
Diffstat (limited to 'src/southbridge/amd/amd8111')
-rw-r--r-- | src/southbridge/amd/amd8111/early_ctrl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/amd/amd8111/early_ctrl.c b/src/southbridge/amd/amd8111/early_ctrl.c index ce29bf1e77..1754d23d03 100644 --- a/src/southbridge/amd/amd8111/early_ctrl.c +++ b/src/southbridge/amd/amd8111/early_ctrl.c @@ -13,9 +13,10 @@ * GNU General Public License for more details. */ -#include "amd8111.h" +#include <device/pci_ids.h> #include <reset.h> #include <southbridge/amd/common/reset.h> +#include "amd8111.h" unsigned get_sbdn(unsigned bus) { |