From 928c25d14f76ff537bd56f135b91cf681dee326b Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 22 Apr 2003 12:07:24 +0000 Subject: Move the excitingly named DRM(flush_block_and_flush) and friends to gamma-specific code. Fix templates so i8x0 drivers don't have to define __HAVE_DMA_WAITLIST. --- linux/i830.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/i830.h') diff --git a/linux/i830.h b/linux/i830.h index a351a4cf..432397a8 100644 --- a/linux/i830.h +++ b/linux/i830.h @@ -94,7 +94,7 @@ */ #define __HAVE_DMA 1 #define __HAVE_DMA_QUEUE 1 -#define __HAVE_DMA_WAITLIST 1 +#define __HAVE_DMA_WAITLIST 0 #define __HAVE_DMA_RECLAIM 1 #define __HAVE_DMA_QUIESCENT 1 -- cgit v1.2.3