hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/ethernet/atheros/atl1e/atl1e.h
....@@ -1,23 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright(c) 2007 Atheros Corporation. All rights reserved.
34 * Copyright(c) 2007 xiong huang <xiong.huang@atheros.com>
45 *
56 * Derived from Intel e1000 driver
67 * 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.
218 */
229
2310 #ifndef _ATL1E_H_
....@@ -495,7 +482,6 @@
495482 readl(((a)->hw_addr + reg) + ((offset) << 2)))
496483
497484 extern char atl1e_driver_name[];
498
-extern char atl1e_driver_version[];
499485
500486 void atl1e_check_options(struct atl1e_adapter *adapter);
501487 int atl1e_up(struct atl1e_adapter *adapter);