[PATCH 1/7] drm/pl111: Cleanup local header file
Linus Walleij
linus.walleij at linaro.org
Wed Aug 30 18:07:05 UTC 2017
The header file contains prototypes for two nonexisting
functions. Get rid of them.
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
drivers/gpu/drm/pl111/pl111_drm.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/gpu/drm/pl111/pl111_drm.h b/drivers/gpu/drm/pl111/pl111_drm.h
index 5c685bfc8fdc..a97f303f6833 100644
--- 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_ */
--
2.13.5
More information about the dri-devel
mailing list