Commit d2740074 authored by Adrian Bunk's avatar Adrian Bunk Committed by Russell King

[SERIAL] crisv10: Remove {,un}register_serial dummies

It seems we can simply kill these dummies with this patch.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent bc49a661
...@@ -5041,17 +5041,3 @@ rs_init(void) ...@@ -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)
{
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment