forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/wireless/marvell/libertas_tf/if_usb.h
....@@ -1,11 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (C) 2008, cozybit Inc.
34 * Copyright (C) 2003-2006, Marvell International Ltd.
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation; either version 2 of the License, or (at
8
- * your option) any later version.
95 */
106 #include <linux/wait.h>
117 #include <linux/timer.h>
....@@ -85,7 +81,7 @@
8581 struct fwdata {
8682 struct fwheader hdr;
8783 __le32 seqnum;
88
- uint8_t data[0];
84
+ uint8_t data[];
8985 };
9086
9187 /** fwsyncheader */