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