summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/chan_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/drivers/chan_user.h')
-rw-r--r--arch/um/drivers/chan_user.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/drivers/chan_user.h b/arch/um/drivers/chan_user.h
index 03f1b565c5f9..4e51b85e2a23 100644
--- a/arch/um/drivers/chan_user.h
+++ b/arch/um/drivers/chan_user.h
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
*/
#ifndef __CHAN_USER_H__
@@ -11,7 +11,7 @@
struct chan_opts {
void (*const announce)(char *dev_name, int dev);
char *xterm_title;
- const int raw;
+ int raw;
};
struct chan_ops {
OpenPOWER on IntegriCloud