From: Christoph Hellwig <hch@lst.de>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] make pmac compile again
Date: Sun, 18 May 2003 22:11:25 +0200 [thread overview]
Message-ID: <20030518221125.A30290@lst.de> (raw)
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;
reply other threads:[~2003-05-18 19:58 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=20030518221125.A30290@lst.de \
--to=hch@lst.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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