diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-27 20:39:00 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-27 20:39:00 -0200 |
commit | 029eae5683c5cb5fabec00eaa5d3e48b6fc00b55 (patch) | |
tree | 613ae338a4345b57dce4c7992a6f0776fa274364 /v4l | |
parent | 07c40dde6fd84df8218fed6351fe81f77458406e (diff) | |
download | mediapointer-dvb-s2-029eae5683c5cb5fabec00eaa5d3e48b6fc00b55.tar.gz mediapointer-dvb-s2-029eae5683c5cb5fabec00eaa5d3e48b6fc00b55.tar.bz2 |
Fix compilation with kernel 2.6.24
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 1d3400b88..b4c1ca374 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -15,7 +15,7 @@ #endif /* To allow alsa code to work */ -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 25) #include <sound/driver.h> #endif |