diff options
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2016-07-04 21:04:47 -0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-07-12 15:40:45 +0200 |
commit | 6e5f73fcadb66188f6c5e43ae58d34b2ced524c0 (patch) | |
tree | c4a8b5b04e98265cbe30dba36449c5f9f41806ec /include/drm/drmP.h | |
parent | 1233d4d68af23526e5b90f345f7bf6e4961d47c0 (diff) | |
download | talos-obmc-linux-6e5f73fcadb66188f6c5e43ae58d34b2ced524c0.tar.gz talos-obmc-linux-6e5f73fcadb66188f6c5e43ae58d34b2ced524c0.zip |
drm: make drm_vblank_count_and_time() static
As they are not used anywhere outside drm_irq.c make them static.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1467677092-5089-1-git-send-email-gustavo@padovan.org
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index cf918e3e6afb..c2fe2cffb809 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -942,8 +942,6 @@ extern int drm_wait_vblank(struct drm_device *dev, void *data, struct drm_file *filp); extern u32 drm_vblank_count(struct drm_device *dev, unsigned int pipe); extern u32 drm_crtc_vblank_count(struct drm_crtc *crtc); -extern u32 drm_vblank_count_and_time(struct drm_device *dev, unsigned int pipe, - struct timeval *vblanktime); extern u32 drm_crtc_vblank_count_and_time(struct drm_crtc *crtc, struct timeval *vblanktime); extern void drm_crtc_send_vblank_event(struct drm_crtc *crtc, |