diff options
author | Jorge Boncompte [DTI2] <jorge@dti2.net> | 2008-06-17 19:18:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-17 19:18:49 -0400 |
commit | 2be63b878f2a1e6d939b05f4f5cb733cb39bcd22 (patch) | |
tree | 5d41eb43ca2b8742206a9f493c35bbc5d7edf97f /drivers/atm/iphase.c | |
parent | f586287e0fed366d80822666f70487472ab8793a (diff) |
atm: [iphase] move struct suni_priv to suni.h
Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
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); |