Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17676
b: refs/heads/master
c: e7c368b
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 10, 2006
1 parent e45d5ed commit 9176178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e48e99093c9bbb67f95e903d37aef30a969a0153
refs/heads/master: e7c368b7676bbe6145f14fbc87913596c9b93c11
15 changes: 1 addition & 14 deletions trunk/drivers/net/irda/irport.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,19 +284,6 @@ static void irport_start(struct irport_cb *self)
outb(UART_IER_RLSI | UART_IER_RDI |UART_IER_THRI, iobase+UART_IER);
}

/*
* Function irport_probe (void)
*
* Start IO port
*
*/
int irport_probe(int iobase)
{
IRDA_DEBUG(4, "%s(), iobase=%#x\n", __FUNCTION__, iobase);

return 0;
}

/*
* Function irport_get_fcr (speed)
*
Expand Down Expand Up @@ -382,7 +369,7 @@ static void irport_change_speed(void *priv, __u32 speed)
* we cannot use schedule_timeout() when we are in interrupt context
*
*/
int __irport_change_speed(struct irda_task *task)
static int __irport_change_speed(struct irda_task *task)
{
struct irport_cb *self;
__u32 speed = (__u32) task->param;
Expand Down

0 comments on commit 9176178

Please sign in to comment.