aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_dcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/hvc/hvc_dcc.c')
-rw-r--r--drivers/tty/hvc/hvc_dcc.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/drivers/tty/hvc/hvc_dcc.c b/drivers/tty/hvc/hvc_dcc.c
index 82f240fb98f0..02629a1f193d 100644
--- a/drivers/tty/hvc/hvc_dcc.c
+++ b/drivers/tty/hvc/hvc_dcc.c
@@ -1,14 +1,5 @@
1/* Copyright (c) 2010, 2014 The Linux Foundation. All rights reserved. 1// SPDX-License-Identifier: GPL-2.0
2 * 2/* Copyright (c) 2010, 2014 The Linux Foundation. All rights reserved. */
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12 3
13#include <linux/init.h> 4#include <linux/init.h>
14 5