diff options
Diffstat (limited to 'sound/drivers')
-rw-r--r-- | sound/drivers/pcsp/pcsp_input.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sound/drivers/pcsp/pcsp_input.c b/sound/drivers/pcsp/pcsp_input.c index bfc25811985f..52b475b310c3 100644 --- a/sound/drivers/pcsp/pcsp_input.c +++ b/sound/drivers/pcsp/pcsp_input.c | |||
@@ -1,16 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PC Speaker beeper driver for Linux | 3 | * PC Speaker beeper driver for Linux |
3 | * | 4 | * |
4 | * Copyright (c) 2002 Vojtech Pavlik | 5 | * Copyright (c) 2002 Vojtech Pavlik |
5 | * Copyright (c) 1992 Orest Zborowski | 6 | * Copyright (c) 1992 Orest Zborowski |
6 | * | ||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation | ||
13 | */ | ||
14 | 9 | ||
15 | #include <linux/init.h> | 10 | #include <linux/init.h> |
16 | #include <linux/input.h> | 11 | #include <linux/input.h> |