V4L/DVB: v4l videobuf: remove unused is_mmapped field
[pandora-kernel.git] / include / media / videobuf-core.h
index 345ec5a..22d5a02 100644 (file)
@@ -166,7 +166,6 @@ struct videobuf_queue {
 
        unsigned int               streaming:1;
        unsigned int               reading:1;
-       unsigned int               is_mmapped:1;
 
        /* capture via mmap() + ioctl(QBUF/DQBUF) */
        struct list_head           stream;