提交 ceee4271 编写于 作者: D Dmitry Torokhov

Input: serio_driver - mark id_table and description as const

Memory pointed to by these fields is not supposed to change.
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 53957b56
......@@ -55,9 +55,9 @@ struct serio {
struct serio_driver {
void *private;
char *description;
const char *description;
struct serio_device_id *id_table;
const struct serio_device_id *id_table;
bool manual_bind;
void (*write_wakeup)(struct serio *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册