diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 16:37:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 16:37:13 -0300 |
commit | 642564d8a5c3fca4ab8de5a791c7ed05e71ba154 (patch) | |
tree | 7504c881eb3d9a90cfdc97011aa7e06b38a4ee88 /v4l | |
parent | 277150f879640f5ec167ed852ae33b90e35ed51a (diff) | |
download | mediapointer-dvb-s2-642564d8a5c3fca4ab8de5a791c7ed05e71ba154.tar.gz mediapointer-dvb-s2-642564d8a5c3fca4ab8de5a791c7ed05e71ba154.tar.bz2 |
tm6000: Fix compilation against 2.6.31
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Kconfig.staging | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/v4l/Kconfig.staging b/v4l/Kconfig.staging index d17556202..0ca923421 100644 --- a/v4l/Kconfig.staging +++ b/v4l/Kconfig.staging @@ -33,10 +33,11 @@ config STAGING_BROKEN source "../linux/drivers/staging/go7007/Kconfig" source "../linux/drivers/staging/cx25821/Kconfig" - -if STAGING_BROKEN source "../linux/drivers/staging/tm6000/Kconfig" -endif + +# Currently, there are no broken staging drivers with Kernel 2.6.31 +# if STAGING_BROKEN +# endif endmenu |