diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/soc_camera.h | 2 | ||||
-rw-r--r-- | include/media/v4l2-mem2mem.h | 2 | ||||
-rw-r--r-- | include/media/videobuf2-core.h | 2 | ||||
-rw-r--r-- | include/media/videobuf2-dma-contig.h | 2 | ||||
-rw-r--r-- | include/media/videobuf2-dma-sg.h | 2 | ||||
-rw-r--r-- | include/media/videobuf2-memops.h | 2 | ||||
-rw-r--r-- | include/media/videobuf2-v4l2.h | 17 | ||||
-rw-r--r-- | include/media/videobuf2-vmalloc.h | 2 |
8 files changed, 24 insertions, 7 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 2f6261f3e570..97aa13314bfd 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h | |||
@@ -18,7 +18,7 @@ | |||
18 | #include <linux/pm.h> | 18 | #include <linux/pm.h> |
19 | #include <linux/videodev2.h> | 19 | #include <linux/videodev2.h> |
20 | #include <media/videobuf-core.h> | 20 | #include <media/videobuf-core.h> |
21 | #include <media/videobuf2-core.h> | 21 | #include <media/videobuf2-v4l2.h> |
22 | #include <media/v4l2-async.h> | 22 | #include <media/v4l2-async.h> |
23 | #include <media/v4l2-ctrls.h> | 23 | #include <media/v4l2-ctrls.h> |
24 | #include <media/v4l2-device.h> | 24 | #include <media/v4l2-device.h> |
diff --git a/include/media/v4l2-mem2mem.h b/include/media/v4l2-mem2mem.h index 8849aaba6aa5..5c60da9986c1 100644 --- a/include/media/v4l2-mem2mem.h +++ b/include/media/v4l2-mem2mem.h | |||
@@ -17,7 +17,7 @@ | |||
17 | #ifndef _MEDIA_V4L2_MEM2MEM_H | 17 | #ifndef _MEDIA_V4L2_MEM2MEM_H |
18 | #define _MEDIA_V4L2_MEM2MEM_H | 18 | #define _MEDIA_V4L2_MEM2MEM_H |
19 | 19 | ||
20 | #include <media/videobuf2-core.h> | 20 | #include <media/videobuf2-v4l2.h> |
21 | 21 | ||
22 | /** | 22 | /** |
23 | * struct v4l2_m2m_ops - mem-to-mem device driver callbacks | 23 | * struct v4l2_m2m_ops - mem-to-mem device driver callbacks |
diff --git a/include/media/videobuf2-core.h b/include/media/videobuf2-core.h index 589b56c68400..19990d7bf270 100644 --- a/include/media/videobuf2-core.h +++ b/include/media/videobuf2-core.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * videobuf2-core.h - V4L2 driver helper framework | 2 | * videobuf2-core.h - Video Buffer 2 Core Framework |
3 | * | 3 | * |
4 | * Copyright (C) 2010 Samsung Electronics | 4 | * Copyright (C) 2010 Samsung Electronics |
5 | * | 5 | * |
diff --git a/include/media/videobuf2-dma-contig.h b/include/media/videobuf2-dma-contig.h index 8197f87d6c61..c33dfa69d7ab 100644 --- a/include/media/videobuf2-dma-contig.h +++ b/include/media/videobuf2-dma-contig.h | |||
@@ -13,7 +13,7 @@ | |||
13 | #ifndef _MEDIA_VIDEOBUF2_DMA_CONTIG_H | 13 | #ifndef _MEDIA_VIDEOBUF2_DMA_CONTIG_H |
14 | #define _MEDIA_VIDEOBUF2_DMA_CONTIG_H | 14 | #define _MEDIA_VIDEOBUF2_DMA_CONTIG_H |
15 | 15 | ||
16 | #include <media/videobuf2-core.h> | 16 | #include <media/videobuf2-v4l2.h> |
17 | #include <linux/dma-mapping.h> | 17 | #include <linux/dma-mapping.h> |
18 | 18 | ||
19 | static inline dma_addr_t | 19 | static inline dma_addr_t |
diff --git a/include/media/videobuf2-dma-sg.h b/include/media/videobuf2-dma-sg.h index 14ce3068b642..8d1083f83c3d 100644 --- a/include/media/videobuf2-dma-sg.h +++ b/include/media/videobuf2-dma-sg.h | |||
@@ -13,7 +13,7 @@ | |||
13 | #ifndef _MEDIA_VIDEOBUF2_DMA_SG_H | 13 | #ifndef _MEDIA_VIDEOBUF2_DMA_SG_H |
14 | #define _MEDIA_VIDEOBUF2_DMA_SG_H | 14 | #define _MEDIA_VIDEOBUF2_DMA_SG_H |
15 | 15 | ||
16 | #include <media/videobuf2-core.h> | 16 | #include <media/videobuf2-v4l2.h> |
17 | 17 | ||
18 | static inline struct sg_table *vb2_dma_sg_plane_desc( | 18 | static inline struct sg_table *vb2_dma_sg_plane_desc( |
19 | struct vb2_buffer *vb, unsigned int plane_no) | 19 | struct vb2_buffer *vb, unsigned int plane_no) |
diff --git a/include/media/videobuf2-memops.h b/include/media/videobuf2-memops.h index 6513c7ec3116..36565c7acb54 100644 --- a/include/media/videobuf2-memops.h +++ b/include/media/videobuf2-memops.h | |||
@@ -14,7 +14,7 @@ | |||
14 | #ifndef _MEDIA_VIDEOBUF2_MEMOPS_H | 14 | #ifndef _MEDIA_VIDEOBUF2_MEMOPS_H |
15 | #define _MEDIA_VIDEOBUF2_MEMOPS_H | 15 | #define _MEDIA_VIDEOBUF2_MEMOPS_H |
16 | 16 | ||
17 | #include <media/videobuf2-core.h> | 17 | #include <media/videobuf2-v4l2.h> |
18 | #include <linux/mm.h> | 18 | #include <linux/mm.h> |
19 | 19 | ||
20 | /** | 20 | /** |
diff --git a/include/media/videobuf2-v4l2.h b/include/media/videobuf2-v4l2.h new file mode 100644 index 000000000000..d4a4d9acd39b --- /dev/null +++ b/include/media/videobuf2-v4l2.h | |||
@@ -0,0 +1,17 @@ | |||
1 | /* | ||
2 | * videobuf2-v4l2.h - V4L2 driver helper framework | ||
3 | * | ||
4 | * Copyright (C) 2010 Samsung Electronics | ||
5 | * | ||
6 | * Author: Pawel Osciak <pawel@osciak.com> | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation. | ||
11 | */ | ||
12 | #ifndef _MEDIA_VIDEOBUF2_V4L2_H | ||
13 | #define _MEDIA_VIDEOBUF2_V4L2_H | ||
14 | |||
15 | #include <media/videobuf2-core.h> | ||
16 | |||
17 | #endif /* _MEDIA_VIDEOBUF2_V4L2_H */ | ||
diff --git a/include/media/videobuf2-vmalloc.h b/include/media/videobuf2-vmalloc.h index 93a76b43038d..a63fe662140a 100644 --- a/include/media/videobuf2-vmalloc.h +++ b/include/media/videobuf2-vmalloc.h | |||
@@ -13,7 +13,7 @@ | |||
13 | #ifndef _MEDIA_VIDEOBUF2_VMALLOC_H | 13 | #ifndef _MEDIA_VIDEOBUF2_VMALLOC_H |
14 | #define _MEDIA_VIDEOBUF2_VMALLOC_H | 14 | #define _MEDIA_VIDEOBUF2_VMALLOC_H |
15 | 15 | ||
16 | #include <media/videobuf2-core.h> | 16 | #include <media/videobuf2-v4l2.h> |
17 | 17 | ||
18 | extern const struct vb2_mem_ops vb2_vmalloc_memops; | 18 | extern const struct vb2_mem_ops vb2_vmalloc_memops; |
19 | 19 | ||