UPSTREAM: mainboard/rca/rm4100: transition away from device_t
Replace the use of the old device_t definition inside mainboard/rcs/rm4100. BUG=None BRANCH=None TEST=None Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/17300 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I8b242eefe796cd93337177fc694ea42c57c53f08 Reviewed-on: https://chromium-review.googlesource.com/410108 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
a4b6eb2816
commit
9c30a47864
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
/* Early mainboard specific GPIO setup. */
|
||||
static void mb_gpio_init(void)
|
||||
{
|
||||
device_t dev;
|
||||
pci_devfn_t dev;
|
||||
uint16_t port;
|
||||
uint32_t set_gpio;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue