.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright(c) 2007 Atheros Corporation. All rights reserved. |
---|
3 | 4 | * Copyright(c) 2007 xiong huang <xiong.huang@atheros.com> |
---|
4 | 5 | * |
---|
5 | 6 | * Derived from Intel e1000 driver |
---|
6 | 7 | * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify it |
---|
9 | | - * under the terms of the GNU General Public License as published by the Free |
---|
10 | | - * Software Foundation; either version 2 of the License, or (at your option) |
---|
11 | | - * any later version. |
---|
12 | | - * |
---|
13 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
---|
14 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
15 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
---|
16 | | - * more details. |
---|
17 | | - * |
---|
18 | | - * You should have received a copy of the GNU General Public License along with |
---|
19 | | - * this program; if not, write to the Free Software Foundation, Inc., 59 |
---|
20 | | - * Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
---|
21 | 8 | */ |
---|
22 | 9 | |
---|
23 | 10 | #ifndef _ATL1E_H_ |
---|
.. | .. |
---|
495 | 482 | readl(((a)->hw_addr + reg) + ((offset) << 2))) |
---|
496 | 483 | |
---|
497 | 484 | extern char atl1e_driver_name[]; |
---|
498 | | -extern char atl1e_driver_version[]; |
---|
499 | 485 | |
---|
500 | 486 | void atl1e_check_options(struct atl1e_adapter *adapter); |
---|
501 | 487 | int atl1e_up(struct atl1e_adapter *adapter); |
---|