projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
974aa74
)
staging: drm/imx: ipuv3-crtc: remove unused struct ipu_framebuffer
author
Philipp Zabel
<
[email protected]
>
Thu, 10 Oct 2013 14:18:43 +0000
(16:18 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 11 Oct 2013 22:30:33 +0000
(15:30 -0700)
Signed-off-by: Philipp Zabel <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/imx-drm/ipuv3-crtc.c
patch
|
blob
|
history
diff --git
a/drivers/staging/imx-drm/ipuv3-crtc.c
b/drivers/staging/imx-drm/ipuv3-crtc.c
index f63931b840756d0ef3c7af9eda92b9a66ba8b04d..292abeaf0a4885a6112adebebec7ae994e5a50e5 100644
(file)
--- a/
drivers/staging/imx-drm/ipuv3-crtc.c
+++ b/
drivers/staging/imx-drm/ipuv3-crtc.c
@@
-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;