kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] virtio: adding __devexit to virtballoon_remove
@ 2009-10-11 21:38 javier martinez canillas
  2009-10-13 11:33 ` Rusty Russell
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

* Re: [PATCH 1/1] virtio: adding __devexit to virtballoon_remove
  2009-10-11 21:38 [PATCH 1/1] virtio: adding __devexit to virtballoon_remove javier martinez canillas
@ 2009-10-13 11:33 ` Rusty Russell
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2009-10-13 11:34 UTC | newest]

Thread overview: 2+ 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-13 11:33 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).