| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Based on MPC8560 ADS and arch/ppc stx_gp3 ports |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 13 | 14 | * |
|---|
| 14 | 15 | * Ported to 2.6, Matt Porter <mporter@kernel.crashing.org> |
|---|
| 15 | 16 | * Copyright 2004-2005 MontaVista Software, Inc. |
|---|
| 16 | | - * |
|---|
| 17 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 18 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 19 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 20 | | - * option) any later version. |
|---|
| 21 | 17 | */ |
|---|
| 22 | 18 | |
|---|
| 23 | 19 | #include <linux/stddef.h> |
|---|