diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-19 10:33:10 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-05-21 20:25:38 +0000 |
commit | ec41dae245df3fd938de0dfce3459f2a85a92753 (patch) | |
tree | ebf9fc51b926d8f1292d912169912ba94d3e6739 /src/southbridge/via/k8t890/k8t890.h | |
parent | 674f9c451f3c4eefb082c537c4cebf766aad8f57 (diff) |
sb/via/k8t890: Get rid of device_t
Use of device_t has been abandoned in ramstage.
Change-Id: I2ff065c863a9d2b480f7432c6280ef59917c8863
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26396
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 |