hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/usb/cpia2/cpia2.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /****************************************************************************
23 *
34 * Filename: cpia2.h
....@@ -11,16 +12,6 @@
1112 *
1213 * This driver is modelled on the cpia usb driver by
1314 * Jochen Scharrlach and Johannes Erdfeldt.
14
- *
15
- * This program is free software; you can redistribute it and/or modify
16
- * it under the terms of the GNU General Public License as published by
17
- * the Free Software Foundation; either version 2 of the License, or
18
- * (at your option) any later version.
19
- *
20
- * This program is distributed in the hope that it will be useful,
21
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
- * GNU General Public License for more details.
2415 *
2516 ****************************************************************************/
2617
....@@ -350,7 +341,7 @@
350341 };
351342
352343 struct framebuf {
353
- struct timeval timestamp;
344
+ u64 ts;
354345 unsigned long seq;
355346 int num;
356347 int length;