diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-13 08:36:20 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 04:30:29 +0000 |
commit | aa57187f8220734dea52a6155361c1c7f9cadb2d (patch) | |
tree | 5260b0817385f8c29a3aeabcf40f4828a97184fe /src/mainboard/asus/p5gc-mx | |
parent | e5476db4aa9840d0e5b637212aad1423342b00f9 (diff) |
mb/*/*/early_init.c: Remove unused <device/pci_{def,ops}.h>
Change-Id: I4cd9d22d2105c270a3d1e8a0be40b594c7c8b226
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37687
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p5gc-mx')
-rw-r--r-- | src/mainboard/asus/p5gc-mx/early_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/p5gc-mx/early_init.c b/src/mainboard/asus/p5gc-mx/early_init.c index 988d2328f6..2761016c45 100644 --- a/src/mainboard/asus/p5gc-mx/early_init.c +++ b/src/mainboard/asus/p5gc-mx/early_init.c @@ -19,7 +19,6 @@ #include <stdint.h> #include <cf9_reset.h> #include <device/pnp_ops.h> -#include <device/pci_ops.h> #include <superio/winbond/common/winbond.h> #include <superio/winbond/w83627dhg/w83627dhg.h> #include <console/console.h> |