diff options
author | Pawel Osciak <posciak@chromium.org> | 2014-10-21 07:07:05 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-28 13:50:35 -0400 |
commit | f1c3f44a13ea8d245fc7c2d98f1221ee018dc236 (patch) | |
tree | c124d82407b342a5c7d44b2cf77fbda07c513044 | |
parent | 16258649bf8d7d4379050a51f3cee414e0f8aa8f (diff) |
[media] s5p-mfc: Remove unused alloc field from private buffer struct
This field is no longer used as MFC driver doesn't use vb2 alloc contexts
anymore.
Signed-off-by: Pawel Osciak <posciak@chromium.org>
Signed-off-by: Kiran AVND <avnd.kiran@samsung.com>
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_common.h b/drivers/media/platform/s5p-mfc/s5p_mfc_common.h index 5b0c33420e61..15f7663dd9f5 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_common.h +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_common.h | |||
@@ -237,8 +237,6 @@ struct s5p_mfc_variant { | |||
237 | 237 | ||
238 | /** | 238 | /** |
239 | * struct s5p_mfc_priv_buf - represents internal used buffer | 239 | * struct s5p_mfc_priv_buf - represents internal used buffer |
240 | * @alloc: allocation-specific context for each buffer | ||
241 | * (videobuf2 allocator) | ||
242 | * @ofs: offset of each buffer, will be used for MFC | 240 | * @ofs: offset of each buffer, will be used for MFC |
243 | * @virt: kernel virtual address, only valid when the | 241 | * @virt: kernel virtual address, only valid when the |
244 | * buffer accessed by driver | 242 | * buffer accessed by driver |
@@ -246,7 +244,6 @@ struct s5p_mfc_variant { | |||
246 | * @size: size of the buffer | 244 | * @size: size of the buffer |
247 | */ | 245 | */ |
248 | struct s5p_mfc_priv_buf { | 246 | struct s5p_mfc_priv_buf { |
249 | void *alloc; | ||
250 | unsigned long ofs; | 247 | unsigned long ofs; |
251 | void *virt; | 248 | void *virt; |
252 | dma_addr_t dma; | 249 | dma_addr_t dma; |