hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/pnp.h
....@@ -372,7 +372,7 @@
372372 };
373373
374374 struct pnp_driver {
375
- char *name;
375
+ const char *name;
376376 const struct pnp_device_id *id_table;
377377 unsigned int flags;
378378 int (*probe) (struct pnp_dev *dev, const struct pnp_device_id *dev_id);