aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111/amd8111.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-19 14:45:20 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-05-21 20:08:19 +0000
commit39733a065df045bfbce5db2849906db195f39724 (patch)
tree0b459084d04449e06825e272f9841442befce87d /src/southbridge/amd/amd8111/amd8111.h
parent8aafbd825276cff1f61f7395c8d15bf03ee63292 (diff)
sb/amd/amd8111: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I143617bb1a4ab1812ec50155861ae2f75060851b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26409 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/amd/amd8111/amd8111.h')
-rw-r--r--src/southbridge/amd/amd8111/amd8111.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/amd8111/amd8111.h b/src/southbridge/amd/amd8111/amd8111.h
index 10df5906b0..991f5a3b34 100644
--- a/src/southbridge/amd/amd8111/amd8111.h
+++ b/src/southbridge/amd/amd8111/amd8111.h
@@ -4,7 +4,7 @@
#include "chip.h"
#ifndef __SIMPLE_DEVICE__
-void amd8111_enable(device_t dev);
+void amd8111_enable(struct device *dev);
#endif
#ifdef __PRE_RAM__