[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090529.015149.92225019.davem@davemloft.net>
Date: Fri, 29 May 2009 01:51:49 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: fujita.tomonori@....ntt.co.jp
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org
Subject: Re: [PATCH] net: replace dma_sync_single with
dma_sync_single_for_cpu
From: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
Date: Thu, 28 May 2009 10:10:42 +0900
> This replaces dma_sync_single() with dma_sync_single_for_cpu() because
> dma_sync_single() is an obsolete API; include/linux/dma-mapping.h says:
>
> /* Backwards compat, remove in 2.7.x */
> #define dma_sync_single dma_sync_single_for_cpu
> #define dma_sync_sg dma_sync_sg_for_cpu
>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
Applied to net-next-2.6, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists