src: Add missing include <device/pci_ops.h>

Change-Id: Iae73fc1557fb310dacbbf8bc486dc3cc5249d9e7
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33526
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS
2019-06-16 11:08:25 +02:00
committed by Martin Roth
parent 56352e1f80
commit 276d46ac05
8 changed files with 9 additions and 0 deletions

View File

@@ -14,6 +14,8 @@
* GNU General Public License for more details.
*/
#include <device/pci_ops.h>
#include "early_vx900.h"
static void vx900_cpu_bus_preram_setup(void)

View File

@@ -15,6 +15,7 @@
*/
#include <console/console.h>
#include <device/pci_ops.h>
#include "vx900.h"