From b893078d3342c6bc764be47b6bc3e3d89b73ab5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Thu, 1 Oct 2009 10:28:33 +0200 Subject: [PATCH] --- yaml --- r: 167717 b: refs/heads/master c: 1e65175c2c73742495f0e5ca52658539a65825db h: refs/heads/master i: 167715: f43e23a1a9fbdc73b0a8aa78c5200038ddab6cd4 v: v3 --- [refs] | 2 +- trunk/drivers/virtio/virtio_balloon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3e2185b033a7..9735e782e09e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3225beaba05d4f06087593f5e903ce867b6e118a +refs/heads/master: 1e65175c2c73742495f0e5ca52658539a65825db diff --git a/trunk/drivers/virtio/virtio_balloon.c b/trunk/drivers/virtio/virtio_balloon.c index 39789232646d..9dd588042880 100644 --- a/trunk/drivers/virtio/virtio_balloon.c +++ b/trunk/drivers/virtio/virtio_balloon.c @@ -247,7 +247,7 @@ static int virtballoon_probe(struct virtio_device *vdev) return err; } -static void virtballoon_remove(struct virtio_device *vdev) +static void __devexit virtballoon_remove(struct virtio_device *vdev) { struct virtio_balloon *vb = vdev->priv;