forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/net/wan/farsync.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * FarSync X21 driver for Linux
34 *
....@@ -5,11 +6,6 @@
56 *
67 * Copyright (C) 2001 FarSite Communications Ltd.
78 * www.farsite.co.uk
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * as published by the Free Software Foundation; either version
12
- * 2 of the License, or (at your option) any later version.
139 *
1410 * Author: R.J.Dunlop <bob.dunlop@farsite.co.uk>
1511 *
....@@ -69,7 +65,7 @@
6965 struct fstioc_write {
7066 unsigned int size;
7167 unsigned int offset;
72
- unsigned char data[0];
68
+ unsigned char data[];
7369 };
7470
7571