From: Russell King Date: Tue, 6 Feb 2007 17:39:31 +0000 (+0000) Subject: [ARM] Convert DMA cache handling to take const void * args X-Git-Tag: v2.6.21-rc1~75^2~6^6~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae5a761d2ffc4cf7d3248e09f4d3da234434f30;p=pandora-kernel.git [ARM] Convert DMA cache handling to take const void * args The DMA cache handling functions take virtual addresses, but in the form of unsigned long arguments. This leads to a little confusion about what exactly they take. So, convert them to take const void * instead. Signed-off-by: Russell King --- Reading git-diff-tree failed