From adab5c310aebd2b70435c0999d8906f04ee7b6ee Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 5 Nov 2007 14:51:01 -0800 Subject: [PATCH] --- yaml --- r: 73206 b: refs/heads/master c: 139b82984af5a98e4b03fd01616d79fc4970128a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/char/virtio_console.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f8b5d9261441..b42ac2aab6d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 12730926557e9b89b7618b79754598b09387d37d +refs/heads/master: 139b82984af5a98e4b03fd01616d79fc4970128a diff --git a/trunk/drivers/char/virtio_console.c b/trunk/drivers/char/virtio_console.c index 100e8a201e3a..e34da5c97196 100644 --- a/trunk/drivers/char/virtio_console.c +++ b/trunk/drivers/char/virtio_console.c @@ -141,7 +141,7 @@ int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int)) * never remove the console device we never need this pointer again. * * Finally we put our input buffer in the input queue, ready to receive. */ -static int virtcons_probe(struct virtio_device *dev) +static int __devinit virtcons_probe(struct virtio_device *dev) { int err; struct hvc_struct *hvc;