| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2008, cozybit Inc. |
|---|
| 3 | 4 | * 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. |
|---|
| 9 | 5 | */ |
|---|
| 10 | 6 | #include <linux/wait.h> |
|---|
| 11 | 7 | #include <linux/timer.h> |
|---|
| .. | .. |
|---|
| 85 | 81 | struct fwdata { |
|---|
| 86 | 82 | struct fwheader hdr; |
|---|
| 87 | 83 | __le32 seqnum; |
|---|
| 88 | | - uint8_t data[0]; |
|---|
| 84 | + uint8_t data[]; |
|---|
| 89 | 85 | }; |
|---|
| 90 | 86 | |
|---|
| 91 | 87 | /** fwsyncheader */ |
|---|