forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/sound/drivers/pcsp/pcsp_input.c
....@@ -1,16 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * PC Speaker beeper driver for Linux
34 *
45 * Copyright (c) 2002 Vojtech Pavlik
56 * Copyright (c) 1992 Orest Zborowski
6
- *
77 */
88
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
- */
149
1510 #include <linux/init.h>
1611 #include <linux/input.h>