* [PATCH 1/1] virtio: adding __devexit to virtballoon_remove
@ 2009-10-11 21:38 ` javier martinez canillas
0 siblings, 0 replies; 4+ messages in thread
From: javier martinez canillas @ 2009-10-11 21:38 UTC (permalink / raw)
To: rusty, kvm, kernel-janitors
Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
---
drivers/virtio/virtio_balloon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
index 3978923..9dd5880 100644
--- a/drivers/virtio/virtio_balloon.c
+++ b/drivers/virtio/virtio_balloon.c
@@ -247,7 +247,7 @@ out:
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;
--
1.6.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 1/1] virtio: adding __devexit to virtballoon_remove
@ 2009-10-11 21:38 ` javier martinez canillas
0 siblings, 0 replies; 4+ messages in thread
From: javier martinez canillas @ 2009-10-11 21:38 UTC (permalink / raw)
To: rusty, kvm, kernel-janitors
Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
---
drivers/virtio/virtio_balloon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
index 3978923..9dd5880 100644
--- a/drivers/virtio/virtio_balloon.c
+++ b/drivers/virtio/virtio_balloon.c
@@ -247,7 +247,7 @@ out:
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;
--
1.6.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] virtio: adding __devexit to virtballoon_remove
2009-10-11 21:38 ` javier martinez canillas
@ 2009-10-13 11:45 ` Rusty Russell
-1 siblings, 0 replies; 4+ messages in thread
From: Rusty Russell @ 2009-10-13 11:33 UTC (permalink / raw)
To: javier martinez canillas; +Cc: kvm, kernel-janitors, Uwe Kleine-König
Thanks, I already have this from Uwe.
Cheers,
Rusty.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] virtio: adding __devexit to virtballoon_remove
@ 2009-10-13 11:45 ` Rusty Russell
0 siblings, 0 replies; 4+ messages in thread
From: Rusty Russell @ 2009-10-13 11:45 UTC (permalink / raw)
To: javier martinez canillas; +Cc: kvm, kernel-janitors, Uwe Kleine-König
Thanks, I already have this from Uwe.
Cheers,
Rusty.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-10-13 11:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 21:38 [PATCH 1/1] virtio: adding __devexit to virtballoon_remove javier martinez canillas
2009-10-11 21:38 ` javier martinez canillas
2009-10-13 11:33 ` Rusty Russell
2009-10-13 11:45 ` Rusty Russell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.