[PATCH] drivers/net/irda/irport.c: cleanups
This patch contains the following cleanups: - make a needlessly global function static - remove the unneeded global function irport_probe Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
e48e99093c
commit
e7c368b767
@ -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);
|
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)
|
* Function irport_get_fcr (speed)
|
||||||
*
|
*
|
||||||
@ -382,7 +369,7 @@ static void irport_change_speed(void *priv, __u32 speed)
|
|||||||
* we cannot use schedule_timeout() when we are in interrupt context
|
* 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;
|
struct irport_cb *self;
|
||||||
__u32 speed = (__u32) task->param;
|
__u32 speed = (__u32) task->param;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user