hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/media/dvb-frontends/dib3000mc.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Driver for DiBcom DiB3000MC/P-demodulator.
34 *
....@@ -5,10 +6,6 @@
56 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de)
67 *
78 * 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.
129 */
1310
1411 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
....@@ -938,7 +935,7 @@
938935 kfree(st);
939936 return NULL;
940937 }
941
-EXPORT_SYMBOL(dib3000mc_attach);
938
+EXPORT_SYMBOL_GPL(dib3000mc_attach);
942939
943940 static const struct dvb_frontend_ops dib3000mc_ops = {
944941 .delsys = { SYS_DVBT },