Resent-Date: Fri, 16 Jul 1999 17:55:10 +0200 (MET DST)
To: linux-m68k@lists.linux-m68k.org
Subject: 2.3.6
X-Yow: Are we on STRIKE yet?
From: Andreas Schwab <schwab@suse.de>
Date: 16 Jul 1999 17:54:50 +0200
Resent-From: linux-m68k@phil.uni-sb.de

Hi!

Even though my computer is currently 500km away from me :-(( I can still
at least compile the kernel, or, actually, I can't without this patch. :-)
genhd.o wants to export symbols so we need to put it on the LX_OBJS.


--- linux-2.3.6/drivers/block/Makefile.~1~	Sun Jun 27 18:38:58 1999
+++ linux-2.3.6/drivers/block/Makefile	Fri Jul 16 17:42:35 1999
@@ -20,10 +20,10 @@
 
 
 L_TARGET := block.a
-L_OBJS   := genhd.o
+L_OBJS   := 
 M_OBJS   :=
 MOD_LIST_NAME := BLOCK_MODULES
-LX_OBJS := ll_rw_blk.o blkpg.o
+LX_OBJS := genhd.o ll_rw_blk.o blkpg.o
 MX_OBJS :=
 
 IDE_OBJS :=
--- linux-2.3.6/drivers/misc/parport_atari.c.~1~	Sun Jun 27 20:02:14 1999
+++ linux-2.3.6/drivers/misc/parport_atari.c	Fri Jul 16 17:50:53 1999
@@ -246,8 +246,8 @@
 void
 cleanup_module(void)
 {
-	if (p->irq != PARPORT_IRQ_NONE)
-		free_irq(IRQ_MFP_BUSY, p);
+	if (this_port->irq != PARPORT_IRQ_NONE)
+		free_irq(IRQ_MFP_BUSY, this_port);
 	parport_proc_unregister(this_port);
 	parport_unregister_port(this_port);
 }


Andreas.

-- 
Andreas Schwab                                  "And now for something
schwab@suse.de                                   completely different."
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

