• A
    [PATCH] libata.h needs dma-mapping.h · 1c72d8d9
    Andrew Morton 提交于
    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: NAndrew Morton <akpm@osdl.org>
    Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
    1c72d8d9
libata.h 21.6 KB