ARM: dma-mapping: remove init_consistent_dma_size() stub
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 8 Nov 2012 07:46:23 +0000 (08:46 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 13 Nov 2012 09:13:23 +0000 (10:13 +0100)
Since commit e9da6e9905e639b0 ("ARM: dma-mapping: remove custom consistent
dma region") setting consistent dma memory size is not longer required. All
calls to this function has been already removed, so the
init_consistent_dma_size() stub can also be gone.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>

No differences found