mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
[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
@ -5041,17 +5041,3 @@ rs_init(void)
|
||||
/* this makes sure that rs_init is called during kernel boot */
|
||||
|
||||
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…
Reference in New Issue
Block a user