| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | |
|---|
| 2 | 3 | /* |
|---|
| 3 | 4 | * Radio tuning for Philips SA2400 on RTL8180 |
|---|
| .. | .. |
|---|
| 13 | 14 | * A special Big Thanks also is for all people who donated me cards, |
|---|
| 14 | 15 | * making possible the creation of the original rtl8180 driver |
|---|
| 15 | 16 | * from which this code is derived! |
|---|
| 16 | | - * |
|---|
| 17 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 18 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 19 | | - * published by the Free Software Foundation. |
|---|
| 20 | 17 | */ |
|---|
| 21 | 18 | |
|---|
| 22 | 19 | #include <linux/pci.h> |
|---|