linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [Compile Regression in 2.4.25-pre8][PATCH 19/42]
       [not found] <Pine.LNX.4.58L.0402041516350.1299@logos.cnet>
@ 2004-02-04 17:59 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-02-04 17:59 UTC (permalink / raw)
  To: Marcelo Tosatti, kronos; +Cc: linux-kernel

> hid-core.c:879: warning: implicit declaration of function `hiddev_report_event'
> 
> Add missing prototype in include/linux/hiddev.h

Thanks, I've added this to my 2.4 usb tree and will send to Marcelo
after 2.4.25 is out.

greg k-h

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

* [Compile Regression in 2.4.25-pre8][PATCH 19/42]
  2004-02-02 18:09   ` Kronos
@ 2004-02-02 19:48     ` Kronos
  0 siblings, 0 replies; 2+ messages in thread
From: Kronos @ 2004-02-02 19:48 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel


hid-core.c:879: warning: implicit declaration of function `hiddev_report_event'

Add missing prototype in include/linux/hiddev.h

diff -Nru -X dontdiff linux-2.4-vanilla/include/linux/hiddev.h linux-2.4/include/linux/hiddev.h
--- linux-2.4-vanilla/include/linux/hiddev.h	Tue Nov 11 17:51:16 2003
+++ linux-2.4/include/linux/hiddev.h	Sat Jan 31 17:54:44 2004
@@ -204,6 +204,7 @@
 void hiddev_disconnect(struct hid_device *);
 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field,
 		      struct hid_usage *usage, __s32 value);
+void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
 int __init hiddev_init(void);
 void __exit hiddev_exit(void);
 #else

-- 
Reply-To: kronos@kronoz.cjb.net
Home: http://kronoz.cjb.net
Let me make your mind, leave yourself behind
Be not afraid

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

end of thread, other threads:[~2004-02-04 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.58L.0402041516350.1299@logos.cnet>
2004-02-04 17:59 ` [Compile Regression in 2.4.25-pre8][PATCH 19/42] Greg KH
2004-01-30 20:49 [Compile Regression] 2.4.25-pre8: 126 warnings 0 errors Kronos
     [not found] ` <Pine.LNX.4.58L.0401301855410.3140@logos.cnet>
2004-02-02 18:09   ` Kronos
2004-02-02 19:48     ` [Compile Regression in 2.4.25-pre8][PATCH 19/42] Kronos

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).