public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] make pmac compile again
@ 2003-05-18 20:11 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2003-05-18 20:11 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Two little patches (already in the linuxppc BK tree) to get BK current
compile again on pmac.


--- 1.12/drivers/ide/ppc/pmac.c	Mon May 12 02:09:46 2003
+++ edited/drivers/ide/ppc/pmac.c	Sat May 17 15:31:07 2003
@@ -721,7 +721,7 @@
 		}
 	}
 
-	return NODEV;
+	return 0;
 }
 
 void __init
--- 1.13/drivers/macintosh/adbhid.c	Wed Feb 12 10:41:01 2003
+++ edited/drivers/macintosh/adbhid.c	Sat May 17 21:30:20 2003
@@ -84,7 +84,7 @@
 
 static void adbhid_probe(void);
 
-static void adbhid_input_keycode(int, int, int);
+static void adbhid_input_keycode(int, int, int, struct pt_regs *);
 static void leds_done(struct adb_request *);
 
 static void init_trackpad(int id);
@@ -140,7 +140,7 @@
 }
 
 static void
-adbhid_input_keycode(int id, int keycode, int repeat, pt_regs *regs)
+adbhid_input_keycode(int id, int keycode, int repeat, struct pt_regs *regs)
 {
 	int up_flag;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-18 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-18 20:11 [PATCH] make pmac compile again Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox