hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/net/wan/pci200syn.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Goramo PCI200SYN synchronous serial card driver for Linux
34 *
45 * Copyright (C) 2002-2008 Krzysztof Halasa <khc@pm.waw.pl>
56 *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of version 2 of the GNU General Public License
8
- * as published by the Free Software Foundation.
9
- *
10
- * For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
7
+ * For information see <https://www.kernel.org/pub/linux/utils/net/hdlc/>
118 *
129 * Sources of information:
1310 * Hitachi HD64572 SCA-II User's Manual
....@@ -27,7 +24,6 @@
2724 #include <linux/errno.h>
2825 #include <linux/init.h>
2926 #include <linux/ioport.h>
30
-#include <linux/moduleparam.h>
3127 #include <linux/netdevice.h>
3228 #include <linux/hdlc.h>
3329 #include <linux/pci.h>