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:
6025a15
)
drm/pl111: Cleanup local header file
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 8 Sep 2017 12:47:03 +0000
(14:47 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Sun, 10 Sep 2017 21:57:50 +0000
(23:57 +0200)
The header file contains prototypes for two nonexisting
functions. Get rid of them.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20170908124709.4758-1-linus.walleij@linaro.org
drivers/gpu/drm/pl111/pl111_drm.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/pl111/pl111_drm.h
b/drivers/gpu/drm/pl111/pl111_drm.h
index 5c685bfc8fdc52927cd2dddca77aae310e7ed6ac..a97f303f683316d59257931f94ff6fbf1b957151 100644
(file)
--- a/
drivers/gpu/drm/pl111/pl111_drm.h
+++ b/
drivers/gpu/drm/pl111/pl111_drm.h
@@
-58,10
+58,6
@@
int pl111_enable_vblank(struct drm_device *drm, unsigned int crtc);
void pl111_disable_vblank(struct drm_device *drm, unsigned int crtc);
irqreturn_t pl111_irq(int irq, void *data);
int pl111_connector_init(struct drm_device *dev);
-int pl111_encoder_init(struct drm_device *dev);
-int pl111_dumb_create(struct drm_file *file_priv,
- struct drm_device *dev,
- struct drm_mode_create_dumb *args);
int pl111_debugfs_init(struct drm_minor *minor);
#endif /* _PL111_DRM_H_ */