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

Commit f6ea2090 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

m68k: remove empty ->setup is several consoles

parent 66a3f820
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2573,16 +2573,10 @@ static struct tty_driver *serial167_console_device(struct console *c,
	return cy_serial_driver;
}

static int __init serial167_console_setup(struct console *co, char *options)
{
	return 0;
}

static struct console sercons = {
	.name = "ttyS",
	.write = serial167_console_write,
	.device = serial167_console_device,
	.setup = serial167_console_setup,
	.flags = CON_PRINTBUFFER,
	.index = -1,
};
+0 −8
Original line number Diff line number Diff line
@@ -1013,18 +1013,10 @@ static struct tty_driver *scc_console_device(struct console *c, int *index)
	return scc_driver;
}


static int __init scc_console_setup(struct console *co, char *options)
{
	return 0;
}


static struct console sercons = {
	.name		= "ttyS",
	.write		= scc_console_write,
	.device		= scc_console_device,
	.setup		= scc_console_setup,
	.flags		= CON_PRINTBUFFER,
	.index		= -1,
};