src: Use of device_t is deprecated

Change-Id: I9cebfc5c77187bd81094031c43ff6df094908417
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27010
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS 2018-06-10 23:36:44 +02:00 committed by Patrick Georgi
commit c8a649c08f
35 changed files with 109 additions and 104 deletions

View file

@ -2,7 +2,7 @@
#define DEVICE_PCIX_H
/* (c) 2005 Linux Networx GPL see COPYING for details */
void pcix_scan_bridge(device_t dev);
void pcix_scan_bridge(struct device *dev);
const char *pcix_speed(u16 sstatus);