All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux/usbback: fix usbstub_exit() placement
@ 2009-10-15 12:25 Jan Beulich
  2009-10-16  1:00 ` Noboru Iwamatsu
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Beulich @ 2009-10-15 12:25 UTC (permalink / raw)
  To: xen-devel

The function is being referenced from (non-__exit) usbback_init().

Signed-off-by: Jan Beulich <jbeulich@novell.com>

--- a/drivers/xen/usbback/usbstub.c
+++ b/drivers/xen/usbback/usbstub.c
@@ -317,7 +317,7 @@ out:
 	return err;
 }
 
-void __exit usbstub_exit(void)
+void usbstub_exit(void)
 {
 	driver_remove_file(&usbback_usb_driver.driver,
 				&driver_attr_port_ids);

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-26  0:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15 12:25 [PATCH] linux/usbback: fix usbstub_exit() placement Jan Beulich
2009-10-16  1:00 ` Noboru Iwamatsu
2009-10-16  8:38   ` Jan Beulich
2009-10-16 14:42     ` Noboru Iwamatsu
2009-10-19  9:52       ` Keir Fraser
2009-10-22 10:30         ` Jan Beulich
2009-10-26  0:32           ` Noboru Iwamatsu

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.