hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/um/drivers/chan_user.h
....@@ -1,6 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com)
3
- * Licensed under the GPL
44 */
55
66 #ifndef __CHAN_USER_H__
....@@ -11,7 +11,7 @@
1111 struct chan_opts {
1212 void (*const announce)(char *dev_name, int dev);
1313 char *xterm_title;
14
- const int raw;
14
+ int raw;
1515 };
1616
1717 struct chan_ops {