[patch 7/9] s390: iucv driver init call.

From: Martin Schwidefsky
Date: Wed Mar 02 2005 - 12:29:55 EST


[patch 7/9] s390: iucv driver init call.

From: Ursula Braun-Krahl <braunu@xxxxxxxxxx>

iucv changes:
- Initialize iucv with subsys_initcall to make sure that it is
there before either vmlogrdr or netiucv start using it.

Signed-off-by: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>

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

diff -urN linux-2.6/drivers/s390/net/iucv.c linux-2.6-patched/drivers/s390/net/iucv.c
--- linux-2.6/drivers/s390/net/iucv.c 2005-03-02 08:37:48.000000000 +0100
+++ linux-2.6-patched/drivers/s390/net/iucv.c 2005-03-02 17:00:15.000000000 +0100
@@ -1,5 +1,5 @@
/*
- * $Id: iucv.c,v 1.42 2005/01/07 10:49:54 braunu Exp $
+ * $Id: iucv.c,v 1.43 2005/02/09 14:47:43 braunu 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.42 $
+ * RELEASE-TAG: IUCV lowlevel driver $Revision: 1.43 $
*
*/

@@ -355,7 +355,7 @@
static void
iucv_banner(void)
{
- char vbuf[] = "$Revision: 1.42 $";
+ char vbuf[] = "$Revision: 1.43 $";
char *version = vbuf;

if ((version = strchr(version, ':'))) {
@@ -2525,7 +2525,7 @@
return;
}

-module_init(iucv_init);
+subsys_initcall(iucv_init);
module_exit(iucv_exit);

/**
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/