diff options
author | Mike Isely <isely@pobox.com> | 2009-03-08 16:47:47 -0500 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2009-03-08 16:47:47 -0500 |
commit | 9b919a585341293a2ba14e0cdfad93a7a2342b4f (patch) | |
tree | 33ed958ef62cf084ee56395f925fb175b141a15f /linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h | |
parent | 723966b18ec4f61970bff93af2dcb4457f8a19b2 (diff) | |
download | mediapointer-dvb-s2-9b919a585341293a2ba14e0cdfad93a7a2342b4f.tar.gz mediapointer-dvb-s2-9b919a585341293a2ba14e0cdfad93a7a2342b4f.tar.bz2 |
pvrusb2: Remove old i2c layer; we use v4l2-subdev now
From: Mike Isely <isely@pobox.com>
This change removes the old i2c module controlling layer from the
pvrusb2 driver. This is code that first had appeared in the driver
back in December 2005. It's history. Now we use v4l2-subdev. Please
note also that with this change, the driver will no longer be usable
in kernels older that 2.6.22.
Priority: normal
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h b/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h index e48ce808b..e35c2322a 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h @@ -34,11 +34,6 @@ -#include "pvrusb2-i2c-track.h" - -int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *,struct pvr2_i2c_client *); - - #include "pvrusb2-hdw-internal.h" void pvr2_cx25840_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *sd); |