diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-04 20:15:39 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-05-09 10:09:39 +0000 |
commit | 547c5aa2b5ea4032edb24395835715a65f353a0e (patch) | |
tree | af1f694641ca8b107f10b1d6c69bf315f286a9ad /src/mainboard/elmex/pcm205400/mainboard.c | |
parent | c390e7e60547778e6c0a193db366b407b77c3696 (diff) |
mb/elmex: Get rid of device_t
Use of device_t has been abandoned in ramstage.
Change-Id: If4ec2e2e7cca8d8f3e5abfd9cd204f86e367b44a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26081
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/elmex/pcm205400/mainboard.c')
-rw-r--r-- | src/mainboard/elmex/pcm205400/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/elmex/pcm205400/mainboard.c b/src/mainboard/elmex/pcm205400/mainboard.c index 1ec429e228..01d67c463c 100644 --- a/src/mainboard/elmex/pcm205400/mainboard.c +++ b/src/mainboard/elmex/pcm205400/mainboard.c @@ -120,7 +120,7 @@ static void pirq_setup(void) /********************************************** * Enable the dedicated functions of the board. **********************************************/ -static void mainboard_enable(device_t dev) +static void mainboard_enable(struct device *dev) { printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n"); |