'private' isn't a PNP string field, so instead used the reserved '#'
name for this field (it might even be possible to just drop it entirely, since it will be ignored either way). Sponsored by: Netflix
This commit is contained in:
parent
49ccd3fe61
commit
6043585892
@ -63,7 +63,7 @@ struct intr_map_data_fdt {
|
||||
};
|
||||
#endif
|
||||
|
||||
#define SIMPLEBUS_PNP_DESCR "Z:compat;P:private;"
|
||||
#define SIMPLEBUS_PNP_DESCR "Z:compat;P:#;"
|
||||
#define SIMPLEBUS_PNP_INFO(t) \
|
||||
MODULE_PNP_INFO(SIMPLEBUS_PNP_DESCR, simplebus, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0]));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user