soc/intel/baytrail: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: I8b2cfe3e2090fb8eed755e40d337c6049d8dd96e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26456
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Elyes HAOUAS
2018-05-22 10:42:28 +02:00
committed by Nico Huber
parent 148b1db9c9
commit 17a3ceb2fe
18 changed files with 68 additions and 62 deletions

View File

@@ -30,7 +30,7 @@
#define CAP_OVERRIDE_HIGH 0xa4
# define USE_CAP_OVERRIDES (1 << 31)
static void sd_init(device_t dev)
static void sd_init(struct device *dev)
{
struct soc_intel_baytrail_config *config = dev->chip_info;