aboutsummaryrefslogtreecommitdiff
path: root/linux-core/radeon_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-01-29 23:05:35 +0000
committerDave Airlie <airlied@linux.ie>2005-01-29 23:05:35 +0000
commit41cbbb47afa898cd4bfe5f39fad57199088a5727 (patch)
tree77c4d24d4b2122f25819cbd71948bafa0897fbc9 /linux-core/radeon_drv.c
parentcd9ef39c769202f161619ee7a95674371c57cd48 (diff)
fix radeon drv
Diffstat (limited to 'linux-core/radeon_drv.c')
-rw-r--r--linux-core/radeon_drv.c1
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,