UPSTREAM: mainboard/via/epia-m700: transition away from device_t
Replace the use of the old device_t definition inside mainboard/via/epia-m700. BUG=None BRANCH=None TEST=None Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/17311 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I7a16a9f396d50279cf2bd13de72bd78e8f53f7d8 Reviewed-on: https://chromium-review.googlesource.com/411298 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
ef7e72fe7d
commit
ed8a39a659
1 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@
|
|||
*/
|
||||
static int acpi_is_wakeup_early_via_vx800(void)
|
||||
{
|
||||
device_t dev;
|
||||
pci_devfn_t dev;
|
||||
u16 tmp, result;
|
||||
|
||||
printk(BIOS_DEBUG, "In acpi_is_wakeup_early_via_vx800\n");
|
||||
|
|
@ -76,7 +76,7 @@ static int acpi_is_wakeup_early_via_vx800(void)
|
|||
/* All content of this function came from the cx700 port of coreboot. */
|
||||
static void enable_mainboard_devices(void)
|
||||
{
|
||||
device_t dev;
|
||||
pci_devfn_t dev;
|
||||
#if 0
|
||||
/*
|
||||
* Add and close this switch, since some line cause error, some
|
||||
|
|
@ -370,7 +370,7 @@ void main(unsigned long bist)
|
|||
{
|
||||
u16 boot_mode;
|
||||
u8 rambits, Data8, Data;
|
||||
device_t device;
|
||||
pci_devfn_t device;
|
||||
/* device_t dev; */
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue