summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2003-05-26 02:59:02 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-26 02:59:02 -0700
commit94cedd16ae925b3c3fe8224131c865c9b19307fa (patch)
tree4f94806ed806a8b03ffcbdac2750efde20444e5b /include
parenteb20ac3c773ff14f14663ada057d6c51702637d1 (diff)
[PATCH] Remove unused GFP_DMA from include_sound_trident.h
From: Matthew Wilcox <willy@debian.org> These defines are simply not used any more.
Diffstat (limited to 'include')
-rw-r--r--include/sound/trident.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sound/trident.h b/include/sound/trident.h
index 7098bfdc2b48..a1e42da3d199 100644
--- a/include/sound/trident.h
+++ b/include/sound/trident.h
@@ -57,14 +57,8 @@
/* Trident chipsets have 1GB memory limit */
#ifdef __alpha__
#define TRIDENT_DMA_TYPE SNDRV_DMA_TYPE_PCI_16MB
-#define TRIDENT_GFP_FLAGS GFP_DMA
#else
#define TRIDENT_DMA_TYPE SNDRV_DMA_TYPE_PCI
-#if defined(__i386__) && !defined(CONFIG_1GB)
-#define TRIDENT_GFP_FLAGS GFP_DMA
-#else
-#define TRIDENT_GFP_FLAGS 0
-#endif
#endif
#define SNDRV_SEQ_DEV_ID_TRIDENT "trident-synth"