mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: torvalds@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] s390 (5/7): iucv driver.
Date: Mon, 6 Oct 2003 11:26:56 +0200	[thread overview]
Message-ID: <20031006092656.GA1845@mschwid3.boeblingen.de.ibm.com> (raw)

- Add dummy release function to iucv bus.

diffstat:
 drivers/s390/net/iucv.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff -urN linux-2.6/drivers/s390/net/iucv.c linux-2.6-s390/drivers/s390/net/iucv.c
--- linux-2.6/drivers/s390/net/iucv.c	Sun Sep 28 02:50:09 2003
+++ linux-2.6-s390/drivers/s390/net/iucv.c	Mon Oct  6 10:59:27 2003
@@ -1,5 +1,5 @@
 /* 
- * $Id: iucv.c,v 1.14 2003/09/23 16:48:17 mschwide Exp $
+ * $Id: iucv.c,v 1.15 2003/10/01 09:25:15 mschwide Exp $
  *
  * IUCV network driver
  *
@@ -29,7 +29,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * RELEASE-TAG: IUCV lowlevel driver $Revision: 1.14 $
+ * RELEASE-TAG: IUCV lowlevel driver $Revision: 1.15 $
  *
  */
 \f
@@ -79,6 +79,11 @@
 	return 0;
 }
 
+static void
+iucv_root_release (struct device *dev)
+{
+}
+
 struct bus_type iucv_bus = {
 	.name = "iucv",
 	.match = iucv_bus_match,
@@ -86,6 +91,7 @@
 
 struct device iucv_root = {
 	.bus_id = "iucv",
+	.release = iucv_root_release,
 };
 
 /* General IUCV interrupt structure */
@@ -349,7 +355,7 @@
 static void
 iucv_banner(void)
 {
-	char vbuf[] = "$Revision: 1.14 $";
+	char vbuf[] = "$Revision: 1.15 $";
 	char *version = vbuf;
 
 	if ((version = strchr(version, ':'))) {

                 reply	other threads:[~2003-10-06  9:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20031006092656.GA1845@mschwid3.boeblingen.de.ibm.com \
    --to=schwidefsky@de.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@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

all inboxes | Powered by JetHome®