Skip to content

Commit

Permalink
staging: drm/imx: ipuv3-crtc: remove unused struct ipu_framebuffer
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Philipp Zabel authored and Greg Kroah-Hartman committed Oct 11, 2013
1 parent 974aa74 commit b8fbb34
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/imx-drm/ipuv3-crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@

#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 device *dev;
struct drm_crtc base;
Expand Down

0 comments on commit b8fbb34

Please sign in to comment.