forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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);