diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-27 11:04:09 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-27 11:20:46 -0500 |
commit | 0b778a56e342e0e1d274298ad47d9af22a9de633 (patch) | |
tree | 37ad0278ef0e8646dc1d022e016d35c82ef88548 /include/media | |
parent | 9a2816c1c4ca7f5d02de4339589913701251dd5a (diff) |
V4L/DVB (5001): Add two required headers on kernel 2.6.20-rc1
include/media/ir-common.h:78: error: field 'work' has incomplete type
drivers/media/common/ir-functions.c: In function 'ir_rc5_timer_end':
drivers/media/common/ir-functions.c:301: error: 'jiffies' undeclared (first use in this function)
drivers/media/common/ir-functions.c:301: error: (Each undeclared identifier is reported only once)
drivers/media/common/ir-functions.c:301: error: for each function it appears in.)
drivers/media/common/ir-functions.c:347: error: 'HZ' undeclared (first use in this function)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/ir-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/ir-common.h b/include/media/ir-common.h index 2b25f5c95006..4bb0ad810179 100644 --- a/include/media/ir-common.h +++ b/include/media/ir-common.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #define _IR_COMMON | 24 | #define _IR_COMMON |
25 | 25 | ||
26 | #include <linux/input.h> | 26 | #include <linux/input.h> |
27 | #include <linux/workqueue.h> | ||
27 | 28 | ||
28 | #define IR_TYPE_RC5 1 | 29 | #define IR_TYPE_RC5 1 |
29 | #define IR_TYPE_PD 2 /* Pulse distance encoded IR */ | 30 | #define IR_TYPE_PD 2 /* Pulse distance encoded IR */ |