aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/kcma-d8/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/kcma-d8/mptable.c')
-rw-r--r--src/mainboard/asus/kcma-d8/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/kcma-d8/mptable.c b/src/mainboard/asus/kcma-d8/mptable.c
index aff077ae7b..4bdb21e872 100644
--- a/src/mainboard/asus/kcma-d8/mptable.c
+++ b/src/mainboard/asus/kcma-d8/mptable.c
@@ -36,7 +36,7 @@ static void *smp_write_config_table(void *v)
struct mp_config_table *mc;
int bus_isa;
u32 apicid_sr5650;
- device_t dev;
+ struct device *dev;
uint8_t sp5100_bus_number;
mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);