summaryrefslogtreecommitdiff
path: root/include/media/mt9v032.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2013-07-05 07:16:02 -0300
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:51:40 +0900
commitca2f98c04816c0b953c1d3162a8c0943fba4126a (patch)
tree8e44ca06781943498b771b2d911be8cfd790ff5c /include/media/mt9v032.h
parentfaf47092e7a285f354a744296aa3513d58d1fd41 (diff)
downloadlinux-3.10-ca2f98c04816c0b953c1d3162a8c0943fba4126a.tar.gz
linux-3.10-ca2f98c04816c0b953c1d3162a8c0943fba4126a.tar.bz2
linux-3.10-ca2f98c04816c0b953c1d3162a8c0943fba4126a.zip
upstream: [media] mt9v032: Use the common clock framework
Configure the device external clock using the common clock framework instead of a board code callback function. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/media/mt9v032.h')
-rw-r--r--include/media/mt9v032.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/media/mt9v032.h b/include/media/mt9v032.h
index 78fd39eac21..12175a63c5b 100644
--- a/include/media/mt9v032.h
+++ b/include/media/mt9v032.h
@@ -1,13 +1,9 @@
#ifndef _MEDIA_MT9V032_H
#define _MEDIA_MT9V032_H
-struct v4l2_subdev;
-
struct mt9v032_platform_data {
unsigned int clk_pol:1;
- void (*set_clock)(struct v4l2_subdev *subdev, unsigned int rate);
-
const s64 *link_freqs;
s64 link_def_freq;
};