soc/intel/quark: Move include of reg_access.h

Move include of reg_access.h from pci_devs.h to reg_access.c.

TEST=Build and run on Galileo Gen2

Change-Id: I0d2de96f51c56001cdd06c7974cbc649fde1e89c
Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Reviewed-on: https://review.coreboot.org/19355
Tested-by: build bot (Jenkins)
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
This commit is contained in:
Lee Leahy 2017-04-18 12:38:29 -07:00
parent 342f5f836c
commit e0a60383b2
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#include <device/pci.h>
#include <device/pci_def.h>
#include <soc/reg_access.h>
/* DEVICE 0 (Memory Controller Hub) */
#define MC_BDF PCI_DEV(PCI_BUS_NUMBER_QNC, MC_DEV, MC_FUN)

View File

@ -20,6 +20,7 @@
#include <console/console.h>
#include <soc/pci_devs.h>
#include <soc/ramstage.h>
#include <soc/reg_access.h>
static uint16_t get_gpe0_address(uint32_t reg_address)
{