linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.69 -- drivers/macintosh/adbhid.c:137: too many arguments to function `adbhid_input_keycode'
@ 2003-05-07  2:28 Miles Lane
  2003-05-07 15:35 ` Daniele Pala
  0 siblings, 1 reply; 3+ messages in thread
From: Miles Lane @ 2003-05-07  2:28 UTC (permalink / raw)
  To: linux-kernel

Gnu C                  3.2.2
Gnu make               3.80
util-linux             2.11x
mount                  2.11x
module-init-tools      0.9.11a
e2fsprogs              1.32
pcmcia-cs              3.2.3
PPP                    2.4.1
Linux C Library        2.3.1
Dynamic linker (ldd)   2.3.1
Procps                 3.1.6
Net-tools              1.60
Console-tools          0.2.3
Sh-utils               4.5.7

#
# Macintosh device drivers
#
CONFIG_ADB_CUDA=y
CONFIG_ADB_PMU=y
CONFIG_PMAC_PBOOK=y
CONFIG_PMAC_APM_EMU=y
CONFIG_PMAC_BACKLIGHT=y
# CONFIG_MAC_FLOPPY is not set
# CONFIG_MAC_SERIAL is not set
CONFIG_ADB=y
CONFIG_ADB_MACIO=y
CONFIG_INPUT_ADBHID=y
CONFIG_MAC_EMUMOUSEBTN=y
# CONFIG_ANSLCD is not set

   gcc -Wp,-MD,drivers/macintosh/.adbhid.o.d -D__KERNEL__ -Iinclude 
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing 
-fno-common -Iarch/ppc -msoft-float -pipe -ffixed-r2 -Wno-uninitialized 
-mmultiple -mstring -fomit-frame-pointer -nostdinc -iwithprefix include 
    -DKBUILD_BASENAME=adbhid -DKBUILD_MODNAME=adbhid -c -o 
drivers/macintosh/adbhid.o drivers/macintosh/adbhid.c
drivers/macintosh/adbhid.c: In function `adbhid_keyboard_input':
drivers/macintosh/adbhid.c:137: too many arguments to function 
`adbhid_input_keycode'
drivers/macintosh/adbhid.c:139: too many arguments to function 
`adbhid_input_keycode'
drivers/macintosh/adbhid.c: At top level:
drivers/macintosh/adbhid.c:143: parse error before "pt_regs"
drivers/macintosh/adbhid.c: In function `adbhid_input_keycode':
drivers/macintosh/adbhid.c:144: number of arguments doesn't match prototype
drivers/macintosh/adbhid.c:87: prototype declaration
drivers/macintosh/adbhid.c:147: `keycode' undeclared (first use in this 
function)
drivers/macintosh/adbhid.c:147: (Each undeclared identifier is reported 
only once
drivers/macintosh/adbhid.c:147: for each function it appears in.)
drivers/macintosh/adbhid.c:152: `id' undeclared (first use in this function)
drivers/macintosh/adbhid.c:152: `regs' undeclared (first use in this 
function)
make[2]: *** [drivers/macintosh/adbhid.o] Error 1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.5.69 -- drivers/macintosh/adbhid.c:137: too many arguments to function `adbhid_input_keycode'
  2003-05-07  2:28 2.5.69 -- drivers/macintosh/adbhid.c:137: too many arguments to function `adbhid_input_keycode' Miles Lane
@ 2003-05-07 15:35 ` Daniele Pala
       [not found]   ` <DD4CBBF1-80F5-11D7-8AA2-000393A337FC@attbi.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Daniele Pala @ 2003-05-07 15:35 UTC (permalink / raw)
  To: Miles Lane; +Cc: linux-kernel

I think i fixed this one...look for the patch in the list. Sorry, i sent it just before noticing your post T_T

Regards
		Daniele Pala






On Tue, May 06, 2003 at 07:28:01PM -0700, Miles Lane wrote:
> Gnu C                  3.2.2
> Gnu make               3.80
> util-linux             2.11x
> mount                  2.11x
> module-init-tools      0.9.11a
> e2fsprogs              1.32
> pcmcia-cs              3.2.3
> PPP                    2.4.1
> Linux C Library        2.3.1
> Dynamic linker (ldd)   2.3.1
> Procps                 3.1.6
> Net-tools              1.60
> Console-tools          0.2.3
> Sh-utils               4.5.7
> 
> #
> # Macintosh device drivers
> #
> CONFIG_ADB_CUDA=y
> CONFIG_ADB_PMU=y
> CONFIG_PMAC_PBOOK=y
> CONFIG_PMAC_APM_EMU=y
> CONFIG_PMAC_BACKLIGHT=y
> # CONFIG_MAC_FLOPPY is not set
> # CONFIG_MAC_SERIAL is not set
> CONFIG_ADB=y
> CONFIG_ADB_MACIO=y
> CONFIG_INPUT_ADBHID=y
> CONFIG_MAC_EMUMOUSEBTN=y
> # CONFIG_ANSLCD is not set
> 
>   gcc -Wp,-MD,drivers/macintosh/.adbhid.o.d -D__KERNEL__ -Iinclude 
> -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing 
> -fno-common -Iarch/ppc -msoft-float -pipe -ffixed-r2 -Wno-uninitialized 
> -mmultiple -mstring -fomit-frame-pointer -nostdinc -iwithprefix include 
>    -DKBUILD_BASENAME=adbhid -DKBUILD_MODNAME=adbhid -c -o 
> drivers/macintosh/adbhid.o drivers/macintosh/adbhid.c
> drivers/macintosh/adbhid.c: In function `adbhid_keyboard_input':
> drivers/macintosh/adbhid.c:137: too many arguments to function 
> `adbhid_input_keycode'
> drivers/macintosh/adbhid.c:139: too many arguments to function 
> `adbhid_input_keycode'
> drivers/macintosh/adbhid.c: At top level:
> drivers/macintosh/adbhid.c:143: parse error before "pt_regs"
> drivers/macintosh/adbhid.c: In function `adbhid_input_keycode':
> drivers/macintosh/adbhid.c:144: number of arguments doesn't match prototype
> drivers/macintosh/adbhid.c:87: prototype declaration
> drivers/macintosh/adbhid.c:147: `keycode' undeclared (first use in this 
> function)
> drivers/macintosh/adbhid.c:147: (Each undeclared identifier is reported 
> only once
> drivers/macintosh/adbhid.c:147: for each function it appears in.)
> drivers/macintosh/adbhid.c:152: `id' undeclared (first use in this function)
> drivers/macintosh/adbhid.c:152: `regs' undeclared (first use in this 
> function)
> make[2]: *** [drivers/macintosh/adbhid.o] Error 1
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.5.69 -- drivers/macintosh/adbhid.c:137: too many arguments to function `adbhid_input_keycode'
       [not found]   ` <DD4CBBF1-80F5-11D7-8AA2-000393A337FC@attbi.com>
@ 2003-05-08 16:44     ` Daniele Pala
  0 siblings, 0 replies; 3+ messages in thread
From: Daniele Pala @ 2003-05-08 16:44 UTC (permalink / raw)
  To: Miles Lane; +Cc: linux-kernel

On Wed, May 07, 2003 at 06:39:09PM -0700, Miles Lane wrote:
> Have you submitted the patch to Paul Mackerras (paulus@samba.org)?
> He is the linux 2.5 kernel for ppc maintainer.
> 
> Cheers,
> 	Miles
> 

ah no, i didn't knew who was the ppc mantainer. Thx for the info, i'll send it to him now :)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-08 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-07  2:28 2.5.69 -- drivers/macintosh/adbhid.c:137: too many arguments to function `adbhid_input_keycode' Miles Lane
2003-05-07 15:35 ` Daniele Pala
     [not found]   ` <DD4CBBF1-80F5-11D7-8AA2-000393A337FC@attbi.com>
2003-05-08 16:44     ` Daniele Pala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).