[SERIAL] crisv10: Remove {,un}register_serial dummies
It seems we can simply kill these dummies with this patch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
bc49a661e6
commit
d274007461
1 changed files with 0 additions and 14 deletions
|
@ -5041,17 +5041,3 @@ rs_init(void)
|
||||||
/* this makes sure that rs_init is called during kernel boot */
|
/* this makes sure that rs_init is called during kernel boot */
|
||||||
|
|
||||||
module_init(rs_init);
|
module_init(rs_init);
|
||||||
|
|
||||||
/*
|
|
||||||
* register_serial and unregister_serial allows for serial ports to be
|
|
||||||
* configured at run-time, to support PCMCIA modems.
|
|
||||||
*/
|
|
||||||
int
|
|
||||||
register_serial(struct serial_struct *req)
|
|
||||||
{
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void unregister_serial(int line)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue