diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:11:01 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-19 05:23:03 +0000 |
commit | 19ea62e19dabdaef4032ab40e7ff9b2ac79d9b81 (patch) | |
tree | 0b648ef8b0eb30211a2859af3b5b1c26f5b4de9c /src/southbridge/amd/amd8111 | |
parent | 17115156b04d75325ffb0f4818fcd31cecc8eb9b (diff) | |
download | coreboot-19ea62e19dabdaef4032ab40e7ff9b2ac79d9b81.tar.xz |
southbridge: Remove useless include <device/pci_ids.h>
Change-Id: Ia640131479d4221ccd84613033f28de3932b8bff
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30120
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
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) { |