aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/v4l2-dev.h')
-rw-r--r--include/media/v4l2-dev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h
index eb76cfd47189..3e4fddfc840c 100644
--- a/include/media/v4l2-dev.h
+++ b/include/media/v4l2-dev.h
@@ -124,7 +124,8 @@ struct video_device
124 spinlock_t fh_lock; /* Lock for all v4l2_fhs */ 124 spinlock_t fh_lock; /* Lock for all v4l2_fhs */
125 struct list_head fh_list; /* List of struct v4l2_fh */ 125 struct list_head fh_list; /* List of struct v4l2_fh */
126 126
127 int debug; /* Activates debug level*/ 127 /* Internal device debug flags, not for use by drivers */
128 int dev_debug;
128 129
129 /* Video standard vars */ 130 /* Video standard vars */
130 v4l2_std_id tvnorms; /* Supported tv norms */ 131 v4l2_std_id tvnorms; /* Supported tv norms */