| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2008 Emcraft Systems |
|---|
| 3 | 4 | * Sergei Poselenov <sposelenov@emcraft.com> |
|---|
| .. | .. |
|---|
| 14 | 15 | * Based on original work by |
|---|
| 15 | 16 | * Kumar Gala <kumar.gala@freescale.com> |
|---|
| 16 | 17 | * Copyright 2004 Freescale Semiconductor Inc. |
|---|
| 17 | | - * |
|---|
| 18 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 19 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 20 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 21 | | - * option) any later version. |
|---|
| 22 | 18 | */ |
|---|
| 23 | 19 | |
|---|
| 24 | 20 | #include <linux/stddef.h> |
|---|