diff options
Diffstat (limited to 'src/southbridge/via/k8t890/k8t890.h')
-rw-r--r-- | src/southbridge/via/k8t890/k8t890.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/k8t890/k8t890.h b/src/southbridge/via/k8t890/k8t890.h index 8bc76ba927..8bb52db4c5 100644 --- a/src/southbridge/via/k8t890/k8t890.h +++ b/src/southbridge/via/k8t890/k8t890.h @@ -44,7 +44,7 @@ int s3_load_nvram_early(int size, u32 *old_dword, int nvram_pos); #include <device/device.h> #if 0 extern void writeback(struct device *dev, u16 where, u8 what); -extern void dump_south(device_t dev); +extern void dump_south(struct device *dev); #endif #endif |