diff options
Diffstat (limited to 'drivers/net/pcmcia/ibmtr_cs.c')
-rw-r--r-- | drivers/net/pcmcia/ibmtr_cs.c | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/drivers/net/pcmcia/ibmtr_cs.c b/drivers/net/pcmcia/ibmtr_cs.c index d3c9f016f791..bf7dff96d881 100644 --- a/drivers/net/pcmcia/ibmtr_cs.c +++ b/drivers/net/pcmcia/ibmtr_cs.c | |||
@@ -121,14 +121,6 @@ static irqreturn_t ibmtr_interrupt(int irq, void *dev_id) { | |||
121 | return tok_interrupt(irq, dev); | 121 | return tok_interrupt(irq, dev); |
122 | }; | 122 | }; |
123 | 123 | ||
124 | /*====================================================================== | ||
125 | |||
126 | ibmtr_attach() creates an "instance" of the driver, allocating | ||
127 | local data structures for one device. The device is registered | ||
128 | with Card Services. | ||
129 | |||
130 | ======================================================================*/ | ||
131 | |||
132 | static int __devinit ibmtr_attach(struct pcmcia_device *link) | 124 | static int __devinit ibmtr_attach(struct pcmcia_device *link) |
133 | { | 125 | { |
134 | ibmtr_dev_t *info; | 126 | ibmtr_dev_t *info; |
@@ -161,15 +153,6 @@ static int __devinit ibmtr_attach(struct pcmcia_device *link) | |||
161 | return ibmtr_config(link); | 153 | return ibmtr_config(link); |
162 | } /* ibmtr_attach */ | 154 | } /* ibmtr_attach */ |
163 | 155 | ||
164 | /*====================================================================== | ||
165 | |||
166 | This deletes a driver "instance". The device is de-registered | ||
167 | with Card Services. If it has been released, all local data | ||
168 | structures are freed. Otherwise, the structures will be freed | ||
169 | when the device is released. | ||
170 | |||
171 | ======================================================================*/ | ||
172 | |||
173 | static void ibmtr_detach(struct pcmcia_device *link) | 156 | static void ibmtr_detach(struct pcmcia_device *link) |
174 | { | 157 | { |
175 | struct ibmtr_dev_t *info = link->priv; | 158 | struct ibmtr_dev_t *info = link->priv; |
@@ -194,14 +177,6 @@ static void ibmtr_detach(struct pcmcia_device *link) | |||
194 | kfree(info); | 177 | kfree(info); |
195 | } /* ibmtr_detach */ | 178 | } /* ibmtr_detach */ |
196 | 179 | ||
197 | /*====================================================================== | ||
198 | |||
199 | ibmtr_config() is scheduled to run after a CARD_INSERTION event | ||
200 | is received, to configure the PCMCIA socket, and to make the | ||
201 | token-ring device available to the system. | ||
202 | |||
203 | ======================================================================*/ | ||
204 | |||
205 | static int __devinit ibmtr_config(struct pcmcia_device *link) | 180 | static int __devinit ibmtr_config(struct pcmcia_device *link) |
206 | { | 181 | { |
207 | ibmtr_dev_t *info = link->priv; | 182 | ibmtr_dev_t *info = link->priv; |
@@ -297,14 +272,6 @@ failed: | |||
297 | return -ENODEV; | 272 | return -ENODEV; |
298 | } /* ibmtr_config */ | 273 | } /* ibmtr_config */ |
299 | 274 | ||
300 | /*====================================================================== | ||
301 | |||
302 | After a card is removed, ibmtr_release() will unregister the net | ||
303 | device, and release the PCMCIA configuration. If the device is | ||
304 | still open, this will be postponed until it is closed. | ||
305 | |||
306 | ======================================================================*/ | ||
307 | |||
308 | static void ibmtr_release(struct pcmcia_device *link) | 275 | static void ibmtr_release(struct pcmcia_device *link) |
309 | { | 276 | { |
310 | ibmtr_dev_t *info = link->priv; | 277 | ibmtr_dev_t *info = link->priv; |