2007-02-21 11:57:50

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] drivers/hid/hid-debug.c should #include <linux/hid-debug.h>

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

Signed-off-by: Adrian Bunk <[email protected]>

---
--- 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;


2007-02-21 13:37:05

by Jiri Kosina

[permalink] [raw]
Subject: Re: [2.6 patch] drivers/hid/hid-debug.c should #include <linux/hid-debug.h>

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