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;