All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] drivers/hid/hid-debug.c should #include <linux/hid-debug.h>
@ 2007-02-21 11:57 Adrian Bunk
  2007-02-21 13:35 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-02-21 11:57 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input, linux-kernel

Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
--- linux-2.6.20-mm2/drivers/hid/hid-debug.c.old	2007-02-20 23:07:32.000000000 +0100
+++ linux-2.6.20-mm2/drivers/hid/hid-debug.c	2007-02-21 00:00:41.000000000 +0100
@@ -29,6 +29,7 @@
  */
 
 #include <linux/hid.h>
+#include <linux/hid-debug.h>
 
 struct hid_usage_entry {
 	unsigned  page;

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

* Re: [2.6 patch] drivers/hid/hid-debug.c should #include <linux/hid-debug.h>
  2007-02-21 11:57 [2.6 patch] drivers/hid/hid-debug.c should #include <linux/hid-debug.h> Adrian Bunk
@ 2007-02-21 13:35 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2007-02-21 13:35 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Jiri Kosina, linux-input, linux-kernel

On Wed, 21 Feb 2007, Adrian Bunk wrote:

> Every file should include the headers containing the prototypes for
> it's global functions.

Applied, thanks.

-- 
Jiri Kosina

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

end of thread, other threads:[~2007-02-21 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-21 11:57 [2.6 patch] drivers/hid/hid-debug.c should #include <linux/hid-debug.h> Adrian Bunk
2007-02-21 13:35 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.