aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/irda/irport.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/net/irda/irport.c b/drivers/net/irda/irport.c
index 3d016a498e1..6070195b87b 100644
--- a/drivers/net/irda/irport.c
+++ b/drivers/net/irda/irport.c
@@ -285,19 +285,6 @@ static void irport_start(struct irport_cb *self)
285} 285}
286 286
287/* 287/*
288 * Function irport_probe (void)
289 *
290 * Start IO port
291 *
292 */
293int irport_probe(int iobase)
294{
295 IRDA_DEBUG(4, "%s(), iobase=%#x\n", __FUNCTION__, iobase);
296
297 return 0;
298}
299
300/*
301 * Function irport_get_fcr (speed) 288 * Function irport_get_fcr (speed)
302 * 289 *
303 * Compute value of fcr 290 * Compute value of fcr
@@ -382,7 +369,7 @@ static void irport_change_speed(void *priv, __u32 speed)
382 * we cannot use schedule_timeout() when we are in interrupt context 369 * we cannot use schedule_timeout() when we are in interrupt context
383 * 370 *
384 */ 371 */
385int __irport_change_speed(struct irda_task *task) 372static int __irport_change_speed(struct irda_task *task)
386{ 373{
387 struct irport_cb *self; 374 struct irport_cb *self;
388 __u32 speed = (__u32) task->param; 375 __u32 speed = (__u32) task->param;