diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-20 09:42:15 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-20 09:42:15 -0700 |
commit | fd98131ec0038d3c799a78d6247b1f76777d5160 (patch) | |
tree | 5650a2071fd70a668eddeead9456cc81f5f882b4 /linux/drivers/media/video/cx23885/cx23885-dvb.c | |
parent | b6b5cafa2594a09626f8a3a4d23bbb0f1b712941 (diff) | |
download | mediapointer-dvb-s2-fd98131ec0038d3c799a78d6247b1f76777d5160.tar.gz mediapointer-dvb-s2-fd98131ec0038d3c799a78d6247b1f76777d5160.tar.bz2 |
compat: Fix __fls for certain ARM kernels
From: Trent Piepho <xyzzy@speakeasy.org>
__fls() has a broken definition for ARM in from v2.6.26-7260-g0c65f45 to
v2.6.28-rc6-187-g94fc733. We can fix this by just undef'ing __fls before
the compat define. This will let us replace the broken one with our
working one. For those kernels where the compat code is triggered and
__fls works, we replace the working one with our (identical) working
version, which is not a problem.
Priority: normal
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885-dvb.c')
0 files changed, 0 insertions, 0 deletions