summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb/i82371eb.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-13 13:25:13 +0200
committerMartin Roth <martinroth@google.com>2018-05-14 22:26:46 +0000
commit07e77f13d4987a4424be254f439bb6ac505761a7 (patch)
tree114e5fd1ad8107a2437022b9e83746ef970cc3ee /src/southbridge/intel/i82371eb/i82371eb.h
parent6f7e8dee588de6f425c27a8271e2cdcb8075deeb (diff)
downloadcoreboot-07e77f13d4987a4424be254f439bb6ac505761a7.tar.xz
sb/intel/i82371eb: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: Ie366a49045940747eb5cc1e38316cce31c5774cb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26251 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/southbridge/intel/i82371eb/i82371eb.h')
-rw-r--r--src/southbridge/intel/i82371eb/i82371eb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82371eb/i82371eb.h b/src/southbridge/intel/i82371eb/i82371eb.h
index 6908b4558f..1fea0ff46f 100644
--- a/src/southbridge/intel/i82371eb/i82371eb.h
+++ b/src/southbridge/intel/i82371eb/i82371eb.h
@@ -23,7 +23,7 @@
#include <device/device.h>
#include "chip.h"
-void i82371eb_enable(device_t dev);
+void i82371eb_enable(struct device *dev);
void i82371eb_hard_reset(void);
#else
void enable_smbus(void);