forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/tw68/tw68.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * tw68 driver common header file
34 *
....@@ -13,16 +14,6 @@
1314 * Refactored and updated to the latest v4l core frameworks:
1415 *
1516 * Copyright (C) 2014 Hans Verkuil <hverkuil@xs4all.nl>
16
- *
17
- * This program is free software; you can redistribute it and/or modify
18
- * it under the terms of the GNU General Public License as published by
19
- * the Free Software Foundation; either version 2 of the License, or
20
- * (at your option) any later version.
21
- *
22
- * This program is distributed in the hope that it will be useful,
23
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
24
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
- * GNU General Public License for more details.
2617 */
2718
2819 #include <linux/pci.h>
....@@ -94,7 +85,6 @@
9485 };
9586
9687 struct tw68_format {
97
- char *name;
9888 u32 fourcc;
9989 u32 depth;
10090 u32 twformat;