Commit 30c758a4 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

media: stm32: dma2d: remove unused fb_buf

Drop the unused struct v4l2_framebuffer fb_buf in struct dma2d_ctx.
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
CC: Hugues Fruchet <hugues.fruchet@foss.st.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 3e59c240
...@@ -90,8 +90,6 @@ struct dma2d_ctx { ...@@ -90,8 +90,6 @@ struct dma2d_ctx {
struct dma2d_frame cap; struct dma2d_frame cap;
struct dma2d_frame out; struct dma2d_frame out;
struct dma2d_frame bg; struct dma2d_frame bg;
/* fb_buf always point to bg address */
struct v4l2_framebuffer fb_buf;
/* /*
* MODE[17:16] of DMA2D_CR * MODE[17:16] of DMA2D_CR
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment