'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:
Warner Losh 2017-10-04 14:41:45 +00:00
parent 49ccd3fe61
commit 6043585892

View File

@ -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]));