public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andreas Happe <andreashappe@gmx.net>
To: mochel@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: export sysdev_(create|remove)_file
Date: Mon, 16 Jun 2003 00:44:33 +0200	[thread overview]
Message-ID: <20030615224433.GA474@flatline.ath.cx> (raw)

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 
  */

             reply	other threads:[~2003-06-15 22:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-15 22:44 Andreas Happe [this message]
2003-06-16 20:24 ` export sysdev_(create|remove)_file Patrick Mochel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030615224433.GA474@flatline.ath.cx \
    --to=andreashappe@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mochel@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox