summaryrefslogtreecommitdiff
path: root/shared/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-05-09 06:45:17 +0000
committerDave Airlie <airlied@linux.ie>2004-05-09 06:45:17 +0000
commita2f7a9fa5f7a5dacbc9e04d132f26dd70201fb45 (patch)
tree62637e3b6f18ca8417e3001efa09594348f8726b /shared/radeon.h
parentd7e777b696e55def668834d4fcfff94b1a89cc54 (diff)
Commit sysfs and drm PCI changes for 2.6 kernel
Diffstat (limited to 'shared/radeon.h')
-rw-r--r--shared/radeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/radeon.h b/shared/radeon.h
index 77e36efc..4219384f 100644
--- a/shared/radeon.h
+++ b/shared/radeon.h
@@ -146,7 +146,7 @@ do { \
/* When the last client dies, shut down the CP and free dev->dev_priv.
*/
/* #define __HAVE_RELEASE 1 */
-#define DRIVER_PRETAKEDOWN() \
+#define DRIVER_PRETAKEDOWN( dev ) \
do { \
radeon_do_release( dev ); \
} while (0)