| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Driver for DiBcom DiB3000MC/P-demodulator. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * This code is partially based on the previous dib3000mc.c . |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or |
|---|
| 10 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 11 | | - * published by the Free Software Foundation, version 2. |
|---|
| 12 | 9 | */ |
|---|
| 13 | 10 | |
|---|
| 14 | 11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
|---|
| .. | .. |
|---|
| 938 | 935 | kfree(st); |
|---|
| 939 | 936 | return NULL; |
|---|
| 940 | 937 | } |
|---|
| 941 | | -EXPORT_SYMBOL(dib3000mc_attach); |
|---|
| 938 | +EXPORT_SYMBOL_GPL(dib3000mc_attach); |
|---|
| 942 | 939 | |
|---|
| 943 | 940 | static const struct dvb_frontend_ops dib3000mc_ops = { |
|---|
| 944 | 941 | .delsys = { SYS_DVBT }, |
|---|