aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ma78gm/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ma78gm/mainboard.c')
-rw-r--r--src/mainboard/gigabyte/ma78gm/mainboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/gigabyte/ma78gm/mainboard.c b/src/mainboard/gigabyte/ma78gm/mainboard.c
index 505ba3ecca..cdfefbb6ee 100644
--- a/src/mainboard/gigabyte/ma78gm/mainboard.c
+++ b/src/mainboard/gigabyte/ma78gm/mainboard.c
@@ -34,7 +34,7 @@ u8 is_dev3_present(void);
void set_pcie_dereset()
{
u16 word;
- device_t sm_dev;
+ struct device *sm_dev;
/* GPIO 6 reset PCIe slot, GPIO 4 reset GFX PCIe */
sm_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
@@ -47,7 +47,7 @@ void set_pcie_dereset()
void set_pcie_reset()
{
u16 word;
- device_t sm_dev;
+ struct device *sm_dev;
/* GPIO 6 reset PCIe slot, GPIO 4 reset GFX PCIe */
sm_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
@@ -67,7 +67,7 @@ u8 is_dev3_present(void)
* enable the dedicated function in board.
* This function called early than rs780_enable.
*************************************************/
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
{
printk(BIOS_INFO, "Mainboard MA78GM-US2H Enable. dev=0x%p\n", dev);