summaryrefslogtreecommitdiff
path: root/shared/mach64.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/mach64.h')
-rw-r--r--shared/mach64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/mach64.h b/shared/mach64.h
index f8be3937..2fde4466 100644
--- a/shared/mach64.h
+++ b/shared/mach64.h
@@ -73,7 +73,7 @@
/* Driver customization:
*/
-#define DRIVER_PRETAKEDOWN() do { \
+#define DRIVER_PRETAKEDOWN(dev) do { \
mach64_do_cleanup_dma( dev ); \
} while (0)