diff options
author | Dave Airlie <airlied@linux.ie> | 2005-01-29 23:05:35 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-01-29 23:05:35 +0000 |
commit | 41cbbb47afa898cd4bfe5f39fad57199088a5727 (patch) | |
tree | 77c4d24d4b2122f25819cbd71948bafa0897fbc9 | |
parent | cd9ef39c769202f161619ee7a95674371c57cd48 (diff) |
fix radeon drv
-rw-r--r-- | linux-core/radeon_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/radeon_drv.c b/linux-core/radeon_drv.c index a33cbcf1..21f29fc4 100644 --- a/linux-core/radeon_drv.c +++ b/linux-core/radeon_drv.c @@ -77,7 +77,6 @@ static struct drm_driver driver = { DRIVER_IRQ_VBL, .dev_priv_size = sizeof(drm_radeon_buf_priv_t), .preinit = radeon_preinit, - .postinit = radeon_postinit, .postcleanup = radeon_postcleanup, .prerelease = radeon_driver_prerelease, .pretakedown = radeon_driver_pretakedown, |