diff options
author | Dave Airlie <airlied@linux.ie> | 2004-05-09 06:45:17 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-05-09 06:45:17 +0000 |
commit | a2f7a9fa5f7a5dacbc9e04d132f26dd70201fb45 (patch) | |
tree | 62637e3b6f18ca8417e3001efa09594348f8726b /shared/r128.h | |
parent | d7e777b696e55def668834d4fcfff94b1a89cc54 (diff) |
Commit sysfs and drm PCI changes for 2.6 kerneldrmpci-0-0-1
Diffstat (limited to 'shared/r128.h')
-rw-r--r-- | shared/r128.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/r128.h b/shared/r128.h index 9dfe1897..de647733 100644 --- a/shared/r128.h +++ b/shared/r128.h @@ -90,7 +90,7 @@ } \ } while (0) -#define DRIVER_PRETAKEDOWN() do { \ +#define DRIVER_PRETAKEDOWN(dev) do { \ r128_do_cleanup_cce( dev ); \ } while (0) |