.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Tehuti Networks(R) Network Driver |
---|
3 | 4 | * Copyright (C) 2007 Tehuti Networks Ltd. All rights reserved |
---|
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 |
---|
8 | | - * (at your option) any later version. |
---|
9 | 5 | */ |
---|
10 | 6 | |
---|
11 | 7 | #ifndef _TEHUTI_H |
---|
.. | .. |
---|
334 | 330 | u16 length; |
---|
335 | 331 | u32 va_lo; |
---|
336 | 332 | u32 va_hi; |
---|
337 | | - struct pbl pbl[0]; /* Fragments */ |
---|
| 333 | + struct pbl pbl[]; /* Fragments */ |
---|
338 | 334 | } __packed; |
---|
339 | 335 | |
---|
340 | 336 | /* Register region size */ |
---|