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-audio.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-audio.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-audio.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-audio.h b/linux/drivers/media/video/pvrusb2/pvrusb2-audio.h index c47c8de3b..e3e63d750 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-audio.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-audio.h @@ -22,10 +22,6 @@ #ifndef __PVRUSB2_AUDIO_H #define __PVRUSB2_AUDIO_H -#include "pvrusb2-i2c-track.h" - -int pvr2_i2c_msp3400_setup(struct pvr2_hdw *,struct pvr2_i2c_client *); - #include "pvrusb2-hdw-internal.h" void pvr2_msp3400_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *); #endif /* __PVRUSB2_AUDIO_H */ |