diff options
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885-i2c.c')
-rw-r--r-- | drivers/media/pci/cx23885/cx23885-i2c.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-i2c.c b/drivers/media/pci/cx23885/cx23885-i2c.c index 4887314339cb..fd71306af6e2 100644 --- a/drivers/media/pci/cx23885/cx23885-i2c.c +++ b/drivers/media/pci/cx23885/cx23885-i2c.c | |||
@@ -13,10 +13,6 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * | 14 | * |
15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
20 | */ | 16 | */ |
21 | 17 | ||
22 | #include <linux/module.h> | 18 | #include <linux/module.h> |
@@ -386,11 +382,3 @@ void cx23885_av_clk(struct cx23885_dev *dev, int enable) | |||
386 | 382 | ||
387 | i2c_xfer(&dev->i2c_bus[2].i2c_adap, &msg, 1); | 383 | i2c_xfer(&dev->i2c_bus[2].i2c_adap, &msg, 1); |
388 | } | 384 | } |
389 | |||
390 | /* ----------------------------------------------------------------------- */ | ||
391 | |||
392 | /* | ||
393 | * Local variables: | ||
394 | * c-basic-offset: 8 | ||
395 | * End: | ||
396 | */ | ||