forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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>