diff options
author | Dave Airlie <airlied@redhat.com> | 2007-08-28 01:16:47 -0400 |
---|---|---|
committer | Dave Airlie <airlied@optimus.(none)> | 2007-10-14 20:38:20 -0400 |
commit | b589ee5943a9610ebaea6e4e3433f2ae4d812b0b (patch) | |
tree | d33075004132cf1deeb3fb172bd0e6c82cfcb2ec /drivers/char/drm/i810_drm.h | |
parent | 6c340eac0285f3d62406d2d902d0e96fbf2a5dc0 (diff) |
drm: remove XFREE86_VERSION macros.
These are no longer needed or being used.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/char/drm/i810_drm.h')
-rw-r--r-- | drivers/char/drm/i810_drm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/char/drm/i810_drm.h b/drivers/char/drm/i810_drm.h index 614977dbce45..7a10bb6f2c0f 100644 --- a/drivers/char/drm/i810_drm.h +++ b/drivers/char/drm/i810_drm.h | |||
@@ -102,13 +102,8 @@ typedef enum _drm_i810_init_func { | |||
102 | /* This is the init structure after v1.2 */ | 102 | /* This is the init structure after v1.2 */ |
103 | typedef struct _drm_i810_init { | 103 | typedef struct _drm_i810_init { |
104 | drm_i810_init_func_t func; | 104 | drm_i810_init_func_t func; |
105 | #if CONFIG_XFREE86_VERSION < XFREE86_VERSION(4,1,0,0) | ||
106 | int ring_map_idx; | ||
107 | int buffer_map_idx; | ||
108 | #else | ||
109 | unsigned int mmio_offset; | 105 | unsigned int mmio_offset; |
110 | unsigned int buffers_offset; | 106 | unsigned int buffers_offset; |
111 | #endif | ||
112 | int sarea_priv_offset; | 107 | int sarea_priv_offset; |
113 | unsigned int ring_start; | 108 | unsigned int ring_start; |
114 | unsigned int ring_end; | 109 | unsigned int ring_end; |