diff options
author | Greg Hackmann <ghackmann@google.com> | 2013-10-17 13:18:53 -0700 |
---|---|---|
committer | Greg Hackmann <ghackmann@google.com> | 2013-10-24 10:05:56 -0700 |
commit | ac4ddb027996b6bd023b1659c96961c708f73c02 (patch) | |
tree | 1127fb29f6aaf52763ec872a7cb2707c97ca8076 /drivers/video/adf/adf.h | |
parent | 96e3384bf3a9703cb6db1131d89eea3f92ffbce6 (diff) | |
download | linaro-lsk-ac4ddb027996b6bd023b1659c96961c708f73c02.tar.gz |
video: adf: expose adf_modeinfo_set_{name,vrefresh} to drivers
Change-Id: Id9f8b2184927a77b244ce0b33d619d6e44a0f17a
Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'drivers/video/adf/adf.h')
-rw-r--r-- | drivers/video/adf/adf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/adf/adf.h b/drivers/video/adf/adf.h index 402e9c2862d..3bcf1fabc23 100644 --- a/drivers/video/adf/adf.h +++ b/drivers/video/adf/adf.h @@ -40,9 +40,6 @@ void adf_attachment_free(struct adf_attachment_list *attachment); struct adf_event_refcount *adf_obj_find_event_refcount(struct adf_obj *obj, enum adf_event_type type); -void adf_modeinfo_set_name(struct drm_mode_modeinfo *mode); -void adf_modeinfo_set_vrefresh(struct drm_mode_modeinfo *mode); - static inline int adf_obj_check_supports_event(struct adf_obj *obj, enum adf_event_type type) { |