aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cn700/vga.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-20 10:51:39 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-05-21 14:01:13 +0000
commite58a782c113c98c02f070cfb0c9c910902833e9b (patch)
treed9ee91b61dbbd2ccfce4d5335ba57c725bb43144 /src/northbridge/via/cn700/vga.c
parentee87885343d5d4bbdc046166c2822a060968759e (diff)
nb/via/cn700: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: Ic58bb58b88ffc309472ee9ffc8a9c8619659811b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26423 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/northbridge/via/cn700/vga.c')
-rw-r--r--src/northbridge/via/cn700/vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/cn700/vga.c b/src/northbridge/via/cn700/vga.c
index 4925f2b44e..493159abe6 100644
--- a/src/northbridge/via/cn700/vga.c
+++ b/src/northbridge/via/cn700/vga.c
@@ -72,7 +72,7 @@ static int via_cn700_int15_handler(void)
return res;
}
-static void vga_init(device_t dev)
+static void vga_init(struct device *dev)
{
u8 reg8;