diff options
author | Dave Airlie <airlied@redhat.com> | 2007-08-28 15:16:47 +1000 |
---|---|---|
committer | Dave Airlie <airlied@optimus.(none)> | 2007-10-15 10:38:20 +1000 |
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 614977dbce4..7a10bb6f2c0 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 { /* This is the init structure after v1.2 */ typedef struct _drm_i810_init { drm_i810_init_func_t func; -#if CONFIG_XFREE86_VERSION < XFREE86_VERSION(4,1,0,0) - int ring_map_idx; - int buffer_map_idx; -#else unsigned int mmio_offset; unsigned int buffers_offset; -#endif int sarea_priv_offset; unsigned int ring_start; unsigned int ring_end; |