Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
[linux-2.6-microblaze.git] / include / media / videobuf-dma-sg.h
index 34450f7..930ff8d 100644 (file)
@@ -60,7 +60,7 @@ struct videobuf_dmabuf {
        /* common */
        struct scatterlist  *sglist;
        int                 sglen;
-       int                 nr_pages;
+       unsigned long       nr_pages;
        int                 direction;
 };