diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-12-11 05:34:41 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-12-17 20:33:24 -0500 |
commit | bfd8303af0c46bd094289ee4e65f1e4bcc4fb7d3 (patch) | |
tree | cf305ff6c73fb4ff2383ba119e5c5285cbaa79a4 /include/drm/drm_os_linux.h | |
parent | d2e546b855646f251046098ddaccef50bf3d4302 (diff) |
drm: Kill DRM_HZ
We don't have any userspace interfaces that use HZ as a time unit, so
having our own DRM define is useless.
Remove this remnant from the shared drm core days.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_os_linux.h')
-rw-r--r-- | include/drm/drm_os_linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_os_linux.h b/include/drm/drm_os_linux.h index fb90132b912e..42ce450420dd 100644 --- a/include/drm/drm_os_linux.h +++ b/include/drm/drm_os_linux.h | |||
@@ -58,8 +58,6 @@ static inline void writeq(u64 val, void __iomem *reg) | |||
58 | #define DRM_COPY_TO_USER(arg1, arg2, arg3) \ | 58 | #define DRM_COPY_TO_USER(arg1, arg2, arg3) \ |
59 | copy_to_user(arg1, arg2, arg3) | 59 | copy_to_user(arg1, arg2, arg3) |
60 | 60 | ||
61 | #define DRM_HZ HZ | ||
62 | |||
63 | #define DRM_WAIT_ON( ret, queue, timeout, condition ) \ | 61 | #define DRM_WAIT_ON( ret, queue, timeout, condition ) \ |
64 | do { \ | 62 | do { \ |
65 | DECLARE_WAITQUEUE(entry, current); \ | 63 | DECLARE_WAITQUEUE(entry, current); \ |