diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-10 06:44:00 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-12 09:28:14 -0400 |
commit | 6865b20ad354548a045c74a388eb37afe1ad5174 (patch) | |
tree | fd9b33437c6299306119866e74421bf2190390ca /include/drm/drmP.h | |
parent | 00285be8ff2c07379d4809ed2750f8244f0c23fa (diff) |
drm: Move DRM_MAGIC_HASH_ORDER into drm_drv.c
Only used in one place ever, so put it right next to that.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index b603cb42e347..5c60d384b37b 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -143,14 +143,6 @@ int drm_err(const char *func, const char *format, ...); | |||
143 | #define DRIVER_RENDER 0x8000 | 143 | #define DRIVER_RENDER 0x8000 |
144 | 144 | ||
145 | /***********************************************************************/ | 145 | /***********************************************************************/ |
146 | /** \name Begin the DRM... */ | ||
147 | /*@{*/ | ||
148 | |||
149 | #define DRM_MAGIC_HASH_ORDER 4 /**< Size of key hash table. Must be power of 2. */ | ||
150 | |||
151 | /*@}*/ | ||
152 | |||
153 | /***********************************************************************/ | ||
154 | /** \name Macros to make printk easier */ | 146 | /** \name Macros to make printk easier */ |
155 | /*@{*/ | 147 | /*@{*/ |
156 | 148 | ||