hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/net/ethernet/ibm/emac/phy.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * drivers/net/ethernet/ibm/emac/phy.h
34 *
....@@ -12,11 +13,6 @@
1213 * February 2003
1314 *
1415 * Minor additions by Eugene Surovegin <ebs@ebshome.net>, 2004
15
- *
16
- * This program is free software; you can redistribute it and/or modify it
17
- * under the terms of the GNU General Public License as published by the
18
- * Free Software Foundation; either version 2 of the License, or (at your
19
- * option) any later version.
2016 *
2117 * This file basically duplicates sungem_phy.{c,h} with different PHYs
2218 * supported. I'm looking into merging that in a single mii layer more