forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/ivtv/ivtv-driver.h
....@@ -28,7 +28,6 @@
2828 * Driver for the cx23415/6 chip.
2929 * Author: Kevin Thayer (nufan_wfk at yahoo.com)
3030 * License: GPL
31
- * http://www.ivtvdriver.org
3231 *
3332 * -----
3433 * MPG600/MPG160 support by T.Adachi <tadachi@tadachi-net.com>
....@@ -333,7 +332,6 @@
333332 struct ivtv *itv; /* for ease of use */
334333 const char *name; /* name of the stream */
335334 int type; /* stream type */
336
- u32 caps; /* V4L2 capabilities */
337335
338336 struct v4l2_fh *fh; /* pointer to the streaming filehandle */
339337 spinlock_t qlock; /* locks access to the queues */