From: Al Viro Date: Thu, 8 Dec 2005 04:12:54 +0000 (-0500) Subject: [PATCH] mips: namespace pollution - mem_... -> __mem_... in io.h X-Git-Tag: v2.6.16-rc3~58^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=290f10ae4230ef06b71e57673101b7e70c1b29a6;p=pandora-kernel.git [PATCH] mips: namespace pollution - mem_... -> __mem_... in io.h A pile of internal functions use only inside mips io.h has names starting with mem_... and clashing with names in drivers; renamed to __mem_.... Signed-off-by: Al Viro --- Reading git-diff-tree failed