summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Delgass <ldelgass@users.sourceforge.net>2002-05-23 21:13:53 +0000
committerLeif Delgass <ldelgass@users.sourceforge.net>2002-05-23 21:13:53 +0000
commit296a76507fc7d173608c0c82689d07ff9b2b992f (patch)
treef60d765862175788801a45724c0ddd1733872627
parent5d63766f92d6aacd771382e69ca8d5e9e5a8e009 (diff)
fix typo in DRIVER_UNINSTALL() macro
-rw-r--r--linux/mach64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mach64.h b/linux/mach64.h
index ad710851..bf31be30 100644
--- a/linux/mach64.h
+++ b/linux/mach64.h
@@ -112,7 +112,7 @@ do { \
DRM_DEBUG("Before UNINSTALL: CRTC_INT_CNTL = 0x%08x\n", tmp); \
/* clear active interrupts */ \
if ( tmp & (MACH64_CRTC_VBLANK_INT \
- | MACH64__CRTCBUSMASTER_EOL_INT) ) { \
+ | MACH64_CRTC_BUSMASTER_EOL_INT) ) { \
/* ack bits are the same as active interrupt bits, */ \
/* so write back tmp to clear active interrupts */ \
MACH64_WRITE( MACH64_CRTC_INT_CNTL, tmp ); \