V4L/DVB (6981): Fix bugzillas 9686 and 9691
[deliverable/linux.git] / drivers / media / dvb / frontends / tda18271-priv.h
index 7b06e0599dc5f41515e1a572fe147b60340f417e..af89cfab006607866a13aa4cffe665235b4ad901 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <linux/kernel.h>
 #include <linux/types.h>
+#include <linux/mutex.h>
 #include "tda18271.h"
 
 #define R_ID     0x00  /* ID byte                */
@@ -112,8 +113,7 @@ struct tda18271_priv {
        struct tda18271_std_map std;
        struct tda18271_rf_tracking_filter_cal rf_cal_state[8];
 
-       int (*tune) (struct dvb_frontend *fe,
-                    u32 ifc, u32 freq, u32 bw, u8 std);
+       struct mutex lock;
 
        u32 frequency;
        u32 bandwidth;
This page took 0.036043 seconds and 5 git commands to generate.