| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Oxford Semiconductor OXNAS DWMAC glue layer |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Copyright (C) 2014 Daniel Golle <daniel@makrotopia.org> |
|---|
| 6 | 7 | * Copyright (C) 2013 Ma Haijun <mahaijuns@gmail.com> |
|---|
| 7 | 8 | * Copyright (C) 2012 John Crispin <blogic@openwrt.org> |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 10 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 11 | | - * published by the Free Software Foundation. |
|---|
| 12 | | - * |
|---|
| 13 | | - * You should have received a copy of the GNU General Public License |
|---|
| 14 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 15 | 9 | */ |
|---|
| 16 | 10 | |
|---|
| 17 | 11 | #include <linux/device.h> |
|---|