hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/drivers/net/dsa/mv88e6060.h
....@@ -1,14 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * drivers/net/dsa/mv88e6060.h - Marvell 88e6060 switch chip support
34 * Copyright (c) 2015 Neil Armstrong
45 *
56 * Based on mv88e6xxx.h
67 * Copyright (c) 2008 Marvell Semiconductor
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
128 */
139
1410 #ifndef __MV88E6060_H
....@@ -117,6 +113,7 @@
117113 */
118114 struct mii_bus *bus;
119115 int sw_addr;
116
+ struct dsa_switch *ds;
120117 };
121118
122119 #endif