From: Chris Metcalf Date: Fri, 9 Aug 2013 20:17:03 +0000 (-0400) Subject: tile: remove set/clear_fixmap APIs X-Git-Tag: v3.12-rc1~120^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084fe6a0f53f61fd5f9b33391af1077addec0ce0;p=pandora-kernel.git tile: remove set/clear_fixmap APIs Nothing in the codebase was using them, and as written they took "unsigned long" as the physical address rather than "phys_addr_t", which is wrong on tilepro anyway. Rather than fixing stale APIs, just remove them; if there's ever demand for them on this platform, we can put them back. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed