diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2007-02-25 20:15:28 +0100 |
---|---|---|
committer | Oliver Endriss <o.endriss@gmx.de> | 2007-02-25 20:15:28 +0100 |
commit | 3d7e91caf95b8dc7e0d6a19cfa533a077624d164 (patch) | |
tree | 79423dd315aabebf306ea2e07922b0fcdc2f6b39 /linux/drivers/media/dvb/ttpci | |
parent | dc6e8817d776cdb670fd1db1cb48f2ee25c91717 (diff) | |
download | mediapointer-dvb-s2-3d7e91caf95b8dc7e0d6a19cfa533a077624d164.tar.gz mediapointer-dvb-s2-3d7e91caf95b8dc7e0d6a19cfa533a077624d164.tar.bz2 |
budget-ci: Fixed compilation error for kernel < 2.6.19
From: Oliver Endriss <o.endriss@gmx.de>
Fix compilation error introduced by changeset 6d08d71cbcfb.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget-ci.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-ci.c b/linux/drivers/media/dvb/ttpci/budget-ci.c index 6d1244cd1..0152eff90 100644 --- a/linux/drivers/media/dvb/ttpci/budget-ci.c +++ b/linux/drivers/media/dvb/ttpci/budget-ci.c @@ -100,17 +100,8 @@ struct budget_ci_ir { int rc5_device; u32 last_raw; u32 ir_key; -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19) bool have_command; }; -#else - int have_command; -}; -enum { - false = 0, - true = 1 -}; -#endif struct budget_ci { struct budget budget; |