linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* export sysdev_(create|remove)_file
@ 2003-06-15 22:44 Andreas Happe
  2003-06-16 20:24 ` Patrick Mochel
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Happe @ 2003-06-15 22:44 UTC (permalink / raw)
  To: mochel; +Cc: linux-kernel

just export sysdev_(create|remove)_file like the other sysdev_*
functions.

	--Andreas

--- drivers/base/sys_alt.c	2003-06-16 00:03:53.000000000 +0200
+++ drivers/base/sys.c	2003-06-16 00:02:53.000000000 +0200
@@ -74,6 +74,9 @@
 	sysfs_remove_file(&s->kobj,&a->attr);
 }
 
+EXPORT_SYMBOL(sysdev_create_file);
+EXPORT_SYMBOL(sysdev_remove_file);
+
 /* 
  * declare system_subsys 
  */

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

* Re: export sysdev_(create|remove)_file
  2003-06-15 22:44 export sysdev_(create|remove)_file Andreas Happe
@ 2003-06-16 20:24 ` Patrick Mochel
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Mochel @ 2003-06-16 20:24 UTC (permalink / raw)
  To: Andreas Happe; +Cc: linux-kernel


On Mon, 16 Jun 2003, Andreas Happe wrote:

> just export sysdev_(create|remove)_file like the other sysdev_*
> functions.

Applied, thanks.


	-pat


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

end of thread, other threads:[~2003-06-16 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-15 22:44 export sysdev_(create|remove)_file Andreas Happe
2003-06-16 20:24 ` Patrick Mochel

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).