diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-28 03:58:46 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-28 03:58:46 +0000 |
commit | b63ad0882a16a5d28003e57f2b0b81dee3fb322b (patch) | |
tree | 0a343ce219e2b8b38a5d702d66032c57b83d9720 /drivers/sound/emu10k1/emu_wrapper.h | |
parent | a9d7bff9a84dba79609a0002e5321b74c4d64c64 (diff) |
Merge with 2.4.0-test11.
Diffstat (limited to 'drivers/sound/emu10k1/emu_wrapper.h')
-rw-r--r-- | drivers/sound/emu10k1/emu_wrapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sound/emu10k1/emu_wrapper.h b/drivers/sound/emu10k1/emu_wrapper.h index 3a9862832..16461fd01 100644 --- a/drivers/sound/emu10k1/emu_wrapper.h +++ b/drivers/sound/emu10k1/emu_wrapper.h @@ -1,8 +1,8 @@ #ifndef __EMU_WRAPPER_H #define __EMU_WRAPPER_H -#include <linux/wrapper.h> +#define vma_get_pgoff(v) ((v)->vm_pgoff) -#define PCI_SET_DMA_MASK(pdev,mask) (((pdev)->dma_mask) = (mask)) +#define PCI_SET_DMA_MASK(pdev,mask) (((pdev)->dma_mask) = (mask)) #endif |