diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-01-29 06:54:01 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-01-29 06:54:01 -0500 |
commit | 0ba6c33bcddc64a54b5f1c25a696c4767dc76292 (patch) | |
tree | 62e616f97a4762d8e75bf732e4827af2d15d52c5 /include/net/irda/irda_device.h | |
parent | 21af0297c7e56024a5ccc4d8ad2a590f9ec371ba (diff) | |
parent | 85040bcb4643cba578839e953f25e2d1965d83d0 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25: (1470 commits)
[IPV6] ADDRLABEL: Fix double free on label deletion.
[PPP]: Sparse warning fixes.
[IPV4] fib_trie: remove unneeded NULL check
[IPV4] fib_trie: More whitespace cleanup.
[NET_SCHED]: Use nla_policy for attribute validation in ematches
[NET_SCHED]: Use nla_policy for attribute validation in actions
[NET_SCHED]: Use nla_policy for attribute validation in classifiers
[NET_SCHED]: Use nla_policy for attribute validation in packet schedulers
[NET_SCHED]: sch_api: introduce constant for rate table size
[NET_SCHED]: Use typeful attribute parsing helpers
[NET_SCHED]: Use typeful attribute construction helpers
[NET_SCHED]: Use NLA_PUT_STRING for string dumping
[NET_SCHED]: Use nla_nest_start/nla_nest_end
[NET_SCHED]: Propagate nla_parse return value
[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get
[NET_SCHED]: act_api: use nlmsg_parse
[NET_SCHED]: act_api: fix netlink API conversion bug
[NET_SCHED]: sch_netem: use nla_parse_nested_compat
[NET_SCHED]: sch_atm: fix format string warning
[NETNS]: Add namespace for ICMP replying code.
...
Diffstat (limited to 'include/net/irda/irda_device.h')
-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 | * |