[PATCH] Serial: Remove {un,}register_serial from 68328serial.c
68328serial.c does not make use of register_serial/unregister_serial, which is traditionally used to register 8250-compatible UARTs with the 8250-compatible serial driver. Acked-by: David McCullough Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
020f46a39e
commit
addcc4a10f
|
@ -1497,23 +1497,6 @@ rs68328_init(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* register_serial and unregister_serial allows for serial ports to be
|
|
||||||
* configured at run-time, to support PCMCIA modems.
|
|
||||||
*/
|
|
||||||
/* SPARC: Unused at this time, just here to make things link. */
|
|
||||||
int register_serial(struct serial_struct *req)
|
|
||||||
{
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void unregister_serial(int line)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
module_init(rs68328_init);
|
module_init(rs68328_init);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue