aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/kgdboc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/kgdboc.c')
-rw-r--r--drivers/tty/serial/kgdboc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/tty/serial/kgdboc.c b/drivers/tty/serial/kgdboc.c
index a260cde743e2..ddb46fa2d07f 100644
--- a/drivers/tty/serial/kgdboc.c
+++ b/drivers/tty/serial/kgdboc.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * Based on the same principle as kgdboe using the NETPOLL api, this 3 * Based on the same principle as kgdboe using the NETPOLL api, this
3 * driver uses a console polling api to implement a gdb serial inteface 4 * driver uses a console polling api to implement a gdb serial inteface
@@ -6,10 +7,6 @@
6 * Maintainer: Jason Wessel <jason.wessel@windriver.com> 7 * Maintainer: Jason Wessel <jason.wessel@windriver.com>
7 * 8 *
8 * 2007-2008 (c) Jason Wessel - Wind River Systems, Inc. 9 * 2007-2008 (c) Jason Wessel - Wind River Systems, Inc.
9 *
10 * This file is licensed under the terms of the GNU General Public
11 * License version 2. This program is licensed "as is" without any
12 * warranty of any kind, whether express or implied.
13 */ 10 */
14#include <linux/kernel.h> 11#include <linux/kernel.h>
15#include <linux/ctype.h> 12#include <linux/ctype.h>