patch-2.4.0-test11 linux/drivers/sound/emu10k1/emu_wrapper.h

Next file: linux/drivers/sound/es1370.c
Previous file: linux/drivers/sound/dmasound/dmasound_core.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/drivers/sound/emu10k1/emu_wrapper.h linux/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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)