diff options
Diffstat (limited to 'drivers/atm/iphase.c')
-rw-r--r-- | drivers/atm/iphase.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c index 139fce6968a6..14e4638759a6 100644 --- a/drivers/atm/iphase.c +++ b/drivers/atm/iphase.c | |||
@@ -65,12 +65,7 @@ | |||
65 | #include "iphase.h" | 65 | #include "iphase.h" |
66 | #include "suni.h" | 66 | #include "suni.h" |
67 | #define swap(x) (((x & 0xff) << 8) | ((x & 0xff00) >> 8)) | 67 | #define swap(x) (((x & 0xff) << 8) | ((x & 0xff00) >> 8)) |
68 | struct suni_priv { | 68 | |
69 | struct k_sonet_stats sonet_stats; /* link diagnostics */ | ||
70 | unsigned char loop_mode; /* loopback mode */ | ||
71 | struct atm_dev *dev; /* device back-pointer */ | ||
72 | struct suni_priv *next; /* next SUNI */ | ||
73 | }; | ||
74 | #define PRIV(dev) ((struct suni_priv *) dev->phy_data) | 69 | #define PRIV(dev) ((struct suni_priv *) dev->phy_data) |
75 | 70 | ||
76 | static unsigned char ia_phy_get(struct atm_dev *dev, unsigned long addr); | 71 | static unsigned char ia_phy_get(struct atm_dev *dev, unsigned long addr); |