Add an OFWBUS_PNP_INFO() macro for devices that hang directly off the root
ofwbus. Also, apply some style(9) whitespace fixing to the SIMPLEBUS_PNP_INFO() macro (no functional change).
This commit is contained in:
parent
2e555cf74f
commit
a598453702
@ -69,7 +69,8 @@ struct intr_map_data_fdt {
|
||||
#define FDTCOMPAT_PNP_INFO(t, busname) \
|
||||
MODULE_PNP_INFO(FDTCOMPAT_PNP_DESCR, busname, t, t, sizeof(t) / sizeof(t[0]));
|
||||
|
||||
#define SIMPLEBUS_PNP_INFO(t) FDTCOMPAT_PNP_INFO(t, simplebus)
|
||||
#define OFWBUS_PNP_INFO(t) FDTCOMPAT_PNP_INFO(t, ofwbus)
|
||||
#define SIMPLEBUS_PNP_INFO(t) FDTCOMPAT_PNP_INFO(t, simplebus)
|
||||
|
||||
/* Generic implementation of ofw_bus_if.m methods and helper routines */
|
||||
int ofw_bus_gen_setup_devinfo(struct ofw_bus_devinfo *, phandle_t);
|
||||
|
Loading…
Reference in New Issue
Block a user