diff options
Diffstat (limited to 'drivers/net/chelsio/cphy.h')
-rw-r--r-- | drivers/net/chelsio/cphy.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/drivers/net/chelsio/cphy.h b/drivers/net/chelsio/cphy.h index 1bc2248264c0..3412342f7345 100644 --- a/drivers/net/chelsio/cphy.h +++ b/drivers/net/chelsio/cphy.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /***************************************************************************** | 1 | /***************************************************************************** |
2 | * * | 2 | * * |
3 | * File: cphy.h * | 3 | * File: cphy.h * |
4 | * $Revision: 1.4 $ * | 4 | * $Revision: 1.7 $ * |
5 | * $Date: 2005/03/23 07:41:27 $ * | 5 | * $Date: 2005/06/21 18:29:47 $ * |
6 | * Description: * | 6 | * Description: * |
7 | * part of the Chelsio 10Gb Ethernet Driver. * | 7 | * part of the Chelsio 10Gb Ethernet Driver. * |
8 | * * | 8 | * * |
@@ -36,8 +36,8 @@ | |||
36 | * * | 36 | * * |
37 | ****************************************************************************/ | 37 | ****************************************************************************/ |
38 | 38 | ||
39 | #ifndef CHELSIO_CPHY_H | 39 | #ifndef _CXGB_CPHY_H_ |
40 | #define CHELSIO_CPHY_H | 40 | #define _CXGB_CPHY_H_ |
41 | 41 | ||
42 | #include "common.h" | 42 | #include "common.h" |
43 | 43 | ||
@@ -142,9 +142,7 @@ struct gphy { | |||
142 | int (*reset)(adapter_t *adapter); | 142 | int (*reset)(adapter_t *adapter); |
143 | }; | 143 | }; |
144 | 144 | ||
145 | extern struct gphy t1_my3126_ops; | ||
146 | extern struct gphy t1_mv88e1xxx_ops; | ||
147 | extern struct gphy t1_xpak_ops; | ||
148 | extern struct gphy t1_mv88x201x_ops; | 145 | extern struct gphy t1_mv88x201x_ops; |
149 | extern struct gphy t1_dummy_phy_ops; | 146 | extern struct gphy t1_dummy_phy_ops; |
150 | #endif | 147 | |
148 | #endif /* _CXGB_CPHY_H_ */ | ||