]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] libata.h needs dma-mapping.h
authorAndrew Morton <akpm@osdl.org>
Fri, 11 Nov 2005 00:21:38 +0000 (16:21 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 11 Nov 2005 10:48:46 +0000 (05:48 -0500)
commit1c72d8d90da3b29540c3c281a3e0b743ee6b6f74
treebc95e6460038369531dac40b2450dbf017f1153a
parent3b7d697dfb7d03edb87e50b743a7ecff029618e9
[PATCH] libata.h needs dma-mapping.h

On Alpha:

include/linux/libata.h: In function `ata_pad_alloc':
include/linux/libata.h:785: warning: implicit declaration of function `dma_alloc_coherent'
include/linux/libata.h:786: warning: assignment makes pointer from integer without a cast
include/linux/libata.h: In function `ata_pad_free':
include/linux/libata.h:792: warning: implicit declaration of function `dma_free_coherent'

(I have a decouple-some-header-files cleanup in -mm, so it's causing some
fallout of this nature)

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
include/linux/libata.h