diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-11 07:51:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-11 07:51:41 -0300 |
commit | d7673f843f104186787be352493d8660570163ab (patch) | |
tree | 895439f0d09841a9873f517e6ee893d93a0afc67 /linux/include | |
parent | 24ef92f0974bf26cf8ca949b7ae21286cbca3fd3 (diff) | |
download | mediapointer-dvb-s2-d7673f843f104186787be352493d8660570163ab.tar.gz mediapointer-dvb-s2-d7673f843f104186787be352493d8660570163ab.tar.bz2 |
Revert the last changeset, since there are a rev 2 of those changes
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/ir-kbd-i2c.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/include/media/ir-kbd-i2c.h b/linux/include/media/ir-kbd-i2c.h index 18ec1dacd..00fa57eb9 100644 --- a/linux/include/media/ir-kbd-i2c.h +++ b/linux/include/media/ir-kbd-i2c.h @@ -14,12 +14,8 @@ struct IR_i2c { /* Used to avoid fast repeating */ unsigned char old; -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20) struct work_struct work; struct timer_list timer; -#else - struct delayed_work work; -#endif char phys[32]; int (*get_key)(struct IR_i2c*, u32*, u32*); }; |