Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -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)
{
}