From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt To: mberglund , , Subject: Re: Kernel compile errors in latest snap Date: Fri, 18 Aug 2000 11:41:45 +0200 Message-Id: <20000818094145.16616@mailhost.mipsys.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-linuxppc-dev@lists.linuxppc.org List-Id: >[root@ linuxppc_2_3]# grep -r input_keycode drivers >drivers/macintosh/mac_keyb.c:static void input_keycode(int, int); >drivers/macintosh/mac_keyb.c: input_keycode(data[1], 0); >drivers/macintosh/mac_keyb.c: input_keycode(data[2], 0); >drivers/macintosh/mac_keyb.c:input_keycode(int keycode, int repeat) >drivers/macintosh/mac_keyb.c: input_keycode(last_keycode, 1); >drivers/input/adbhid.c:static void adbhid_input_keycode(int, int, int); >drivers/input/adbhid.c: input_keycode(id, data[1], 0); >drivers/input/adbhid.c: input_keycode(id, data[2], 0); >drivers/input/adbhid.c:adbhid_input_keycode(int id, int keycode, int >repeat) In drivers/input/adbhid.c, replace input_keycode by adbhid_input_keycode. I though I pushed this fix before I left, but since I had some problems with bk, it may still be pending in my local tree. I'll fix all that this week-end (maybe tonight). Ben. ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/