[media] ov9640: convert to the control framework
[pandora-kernel.git] / drivers / media / video / ov9640.h
index f8a51b7..6b33a97 100644 (file)
@@ -198,12 +198,10 @@ struct ov9640_reg {
 
 struct ov9640_priv {
        struct v4l2_subdev              subdev;
+       struct v4l2_ctrl_handler        hdl;
 
        int                             model;
        int                             revision;
-
-       bool                            flag_vflip;
-       bool                            flag_hflip;
 };
 
 #endif /* __DRIVERS_MEDIA_VIDEO_OV9640_H__ */