diff options
author | Dave Airlie <airlied@optimus.(none)> | 2007-08-28 15:17:11 +1000 |
---|---|---|
committer | Dave Airlie <airlied@optimus.(none)> | 2007-08-28 15:17:36 +1000 |
commit | 589707b765eee78cc278c10603e2c858bb819436 (patch) | |
tree | 52c44329aeb9595c32fff75b15246850fbed1f90 /linux-core/i810_drm.h | |
parent | a331d2e352675be260254e8abef412540ead9c30 (diff) |
drm: remove XFREE86_VERSION macros
Diffstat (limited to 'linux-core/i810_drm.h')
-rw-r--r-- | linux-core/i810_drm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux-core/i810_drm.h b/linux-core/i810_drm.h index eff61b4d..d803aeca 100644 --- a/linux-core/i810_drm.h +++ b/linux-core/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; |