Skip to content

Commit

Permalink
[SERIAL] crisv10: Remove {,un}register_serial dummies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Russell King committed Sep 2, 2005
1 parent bc49a66 commit d274007
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions drivers/serial/crisv10.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

0 comments on commit d274007

Please sign in to comment.