diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-19 03:00:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:08:10 -0500 |
commit | e9888f5498083f5e4d873cbbe16aa97d89aa1342 (patch) | |
tree | 00daae7fa1768dc413b13301acd394b06d16704f /include | |
parent | 5d780cd6585d242d9592a479fe75a007fd75155d (diff) |
[IrDA]: Irport removal - part 1
This patch removes IrPORT and the old dongle drivers (all off them
have replacement drivers).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/irda/irda_device.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/net/irda/irda_device.h b/include/net/irda/irda_device.h index bca19ca7bdd4..f70e9b39ebaf 100644 --- a/include/net/irda/irda_device.h +++ b/include/net/irda/irda_device.h | |||
@@ -228,21 +228,8 @@ static inline int irda_device_txqueue_empty(const struct net_device *dev) | |||
228 | int irda_device_set_raw_mode(struct net_device* self, int status); | 228 | int irda_device_set_raw_mode(struct net_device* self, int status); |
229 | struct net_device *alloc_irdadev(int sizeof_priv); | 229 | struct net_device *alloc_irdadev(int sizeof_priv); |
230 | 230 | ||
231 | /* Dongle interface */ | ||
232 | void irda_device_unregister_dongle(struct dongle_reg *dongle); | ||
233 | int irda_device_register_dongle(struct dongle_reg *dongle); | ||
234 | dongle_t *irda_device_dongle_init(struct net_device *dev, int type); | ||
235 | int irda_device_dongle_cleanup(dongle_t *dongle); | ||
236 | |||
237 | void irda_setup_dma(int channel, dma_addr_t buffer, int count, int mode); | 231 | void irda_setup_dma(int channel, dma_addr_t buffer, int count, int mode); |
238 | 232 | ||
239 | void irda_task_delete(struct irda_task *task); | ||
240 | struct irda_task *irda_task_execute(void *instance, | ||
241 | IRDA_TASK_CALLBACK function, | ||
242 | IRDA_TASK_CALLBACK finished, | ||
243 | struct irda_task *parent, void *param); | ||
244 | void irda_task_next_state(struct irda_task *task, IRDA_TASK_STATE state); | ||
245 | |||
246 | /* | 233 | /* |
247 | * Function irda_get_mtt (skb) | 234 | * Function irda_get_mtt (skb) |
248 | * | 235 | * |