src: Get rid of device_t
Use of device_t is deprecated. Change-Id: Ie05869901ac33d7089e21110f46c1241f7ee731f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30047 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4139c15276
commit
f9e47cc4c2
9 changed files with 65 additions and 40 deletions
|
|
@ -14,14 +14,9 @@
|
|||
#include <rules.h>
|
||||
#include <device/resource.h>
|
||||
#include <device/path.h>
|
||||
|
||||
struct device;
|
||||
|
||||
#ifndef __SIMPLE_DEVICE__
|
||||
typedef struct device *device_t;
|
||||
#endif
|
||||
#include <arch/io.h>
|
||||
|
||||
struct device;
|
||||
struct pci_operations;
|
||||
struct pci_bus_operations;
|
||||
struct i2c_bus_operations;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue