diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-09-17 08:44:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-18 16:22:03 +0000 |
commit | 38f1d13a755548ee8afaf9b5e19d8b6709b9e55d (patch) | |
tree | dd9d756059a029174459b55d29dbb0ac0539cdd0 /src/mainboard/google/auron/variant.h | |
parent | 32ca3cd246746c2a1d584e4a63bcd43ebb7fe23f (diff) |
src/{sb/intel,mb/google/auron}: Don't use device_t
Use of device_t is deprecated.
Change-Id: I564319506870f75eab58cce535d4e3535a64a993
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28642
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/auron/variant.h')
-rw-r--r-- | src/mainboard/google/auron/variant.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/auron/variant.h b/src/mainboard/google/auron/variant.h index b11ea1eb0f..9c27a9a652 100644 --- a/src/mainboard/google/auron/variant.h +++ b/src/mainboard/google/auron/variant.h @@ -18,7 +18,8 @@ #include <device/device.h> #include <soc/romstage.h> -int variant_smbios_data(device_t dev, int *handle, unsigned long *current); +int variant_smbios_data(struct device *dev, int *handle, + unsigned long *current); void variant_romstage_entry(struct romstage_params *rp); void lan_init(void); |