soc/intel/quark/uart.c: Don't use device_t

Use of device_t is deprecated.

Change-Id: Ia50aa96901b979b947fd4d269b077814c06f60c6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28677
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2018-09-19 14:50:54 +02:00 committed by Martin Roth
parent a92b73f389
commit 756a0bd2fe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <device/pci_ids.h>
#include <soc/pci_devs.h>
static void uart_read_resources(device_t dev)
static void uart_read_resources(struct device *dev)
{
struct resource *res;