]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/media/videobuf-dma-sg.h
xen: save previous spinlock when blocking
[linux-2.6-omap-h63xx.git] / include / media / videobuf-dma-sg.h
index b6ab08045de6c0477c9f96dae83354534170f478..90edd22d343c96a2011380964d31ef61bea9ee37 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * helper functions for SG DMA video4linux capture buffers
  *
- * The functions expect the hardware being able to scatter gatter
+ * The functions expect the hardware being able to scatter gather
  * (i.e. the buffers are not linear in physical memory, but fragmented
  * into PAGE_SIZE chunks).  They also assume the driver does not need
  * to touch the video data.
@@ -68,9 +68,6 @@ struct videobuf_dmabuf {
        /* for kernel buffers */
        void                *vmalloc;
 
-       /* Stores the userspace pointer to vmalloc area */
-       void                *varea;
-
        /* for overlay buffers (pci-pci dma) */
        dma_addr_t          bus_addr;