diff options
Diffstat (limited to 'include/sound/memalloc.h')
-rw-r--r-- | include/sound/memalloc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/memalloc.h b/include/sound/memalloc.h index 782d1df34208..9c3db3dce32b 100644 --- a/include/sound/memalloc.h +++ b/include/sound/memalloc.h | |||
@@ -34,11 +34,9 @@ struct snd_dma_device { | |||
34 | struct device *dev; /* generic device */ | 34 | struct device *dev; /* generic device */ |
35 | }; | 35 | }; |
36 | 36 | ||
37 | #ifndef snd_dma_pci_data | ||
38 | #define snd_dma_pci_data(pci) (&(pci)->dev) | 37 | #define snd_dma_pci_data(pci) (&(pci)->dev) |
39 | #define snd_dma_isa_data() NULL | 38 | #define snd_dma_isa_data() NULL |
40 | #define snd_dma_continuous_data(x) ((struct device *)(__force unsigned long)(x)) | 39 | #define snd_dma_continuous_data(x) ((struct device *)(__force unsigned long)(x)) |
41 | #endif | ||
42 | 40 | ||
43 | 41 | ||
44 | /* | 42 | /* |