From 0231b5b3a7f423f0ef2c064cf019ab7ef2485eda Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 23 Sep 2010 22:08:34 +0200 Subject: netconsole: remove non-needed setbaudrate Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- net/netconsole.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net/netconsole.c b/net/netconsole.c index 07e6a6cf27..fda524e174 100644 --- a/net/netconsole.c +++ b/net/netconsole.c @@ -124,11 +124,6 @@ static void nc_putc(struct console_device *cdev, char c) priv->busy = 0; } -static int nc_setbaudrate(struct console_device *cdev, int baudrate) -{ - return 0; -} - static int nc_port_set(struct device_d *dev, struct param_d *param, const char *val) { @@ -185,7 +180,6 @@ static int netconsole_init(void) cdev->tstc = nc_tstc; cdev->putc = nc_putc; cdev->getc = nc_getc; - cdev->setbrg = nc_setbaudrate; g_priv = priv; -- cgit v1.2.3