From aa3f64db3802f47f96a108daaca3b49e786fe082 Mon Sep 17 00:00:00 2001 From: Paul Fulghum Date: Wed, 12 Apr 2006 23:41:59 +0200 Subject: [PATCH] --- yaml --- r: 25758 b: refs/heads/master c: 69a4bf7c9525e5c92c0ecda0db0373f30162b28f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/console.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 848a2d384523..5ad7d262d15e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e853bf4af372afdae732c48be04a6b154f2de3d4 +refs/heads/master: 69a4bf7c9525e5c92c0ecda0db0373f30162b28f diff --git a/trunk/drivers/usb/serial/console.c b/trunk/drivers/usb/serial/console.c index 167f8ec56131..8023bb7279b1 100644 --- a/trunk/drivers/usb/serial/console.c +++ b/trunk/drivers/usb/serial/console.c @@ -54,7 +54,7 @@ static struct console usbcons; * serial.c code, except that the specifier is "ttyUSB" instead * of "ttyS". */ -static int __init usb_console_setup(struct console *co, char *options) +static int usb_console_setup(struct console *co, char *options) { struct usbcons_info *info = &usbcons_info; int baud = 9600;