]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] meye: use dma-mapping constants
authorTobias Klauser <tklauser@nuerscht.ch>
Tue, 6 Sep 2005 22:17:07 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:25 +0000 (16:57 -0700)
commitf237e0e958aab5faeab1c7bae13b422c9b22db49
tree23613d39def6f223943896a00690225357616582
parent55f536356d7febc1b19856e03a59f53cdf991e71
[PATCH] meye: use dma-mapping constants

Use the DMA_32BIT_MASK constant from dma-mapping.h when calling
pci_set_dma_mask() or pci_set_consistent_dma_mask() This patch includes
dma-mapping.h explicitly because it caused errors on some architectures
otherwise.  See http://marc.theaimsgroup.com/?t=108001993000001&r=1&w=2 for
details

Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/meye.c