提交 b8fbb341 编写于 作者: P Philipp Zabel 提交者: Greg Kroah-Hartman

staging: drm/imx: ipuv3-crtc: remove unused struct ipu_framebuffer

Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 974aa743
...@@ -33,13 +33,6 @@ ...@@ -33,13 +33,6 @@
#define DRIVER_DESC "i.MX IPUv3 Graphics" #define DRIVER_DESC "i.MX IPUv3 Graphics"
struct ipu_framebuffer {
struct drm_framebuffer base;
void *virt;
dma_addr_t phys;
size_t len;
};
struct ipu_crtc { struct ipu_crtc {
struct device *dev; struct device *dev;
struct drm_crtc base; struct drm_crtc base;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册