.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Goramo PCI200SYN synchronous serial card driver for Linux |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2002-2008 Krzysztof Halasa <khc@pm.waw.pl> |
---|
5 | 6 | * |
---|
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/> |
---|
11 | 8 | * |
---|
12 | 9 | * Sources of information: |
---|
13 | 10 | * Hitachi HD64572 SCA-II User's Manual |
---|
.. | .. |
---|
27 | 24 | #include <linux/errno.h> |
---|
28 | 25 | #include <linux/init.h> |
---|
29 | 26 | #include <linux/ioport.h> |
---|
30 | | -#include <linux/moduleparam.h> |
---|
31 | 27 | #include <linux/netdevice.h> |
---|
32 | 28 | #include <linux/hdlc.h> |
---|
33 | 29 | #include <linux/pci.h> |
---|