From: Linus Walleij Date: Sun, 17 Jun 2012 13:44:19 +0000 (+0200) Subject: serial/amba-pl011: fix ages old copy-paste errors X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e643f87f714c430062c634b5acd69a3a52279e51;p=pandora-kernel.git serial/amba-pl011: fix ages old copy-paste errors The PL011 driver has a number of symbols referring to "pl01x" (probably once shared with the pl010 driver) and some even named "pl010" (probably a pure copy-paste artifact). Lets name all local static functions with the prefix pl011_* for clarity. Signed-off-by: Linus Walleij Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed