serial/amba-pl011: fix ages old copy-paste errors
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 17 Jun 2012 13:44:19 +0000 (15:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Jun 2012 00:34:08 +0000 (17:34 -0700)
commite643f87f714c430062c634b5acd69a3a52279e51
tree1b9e60e540865b1c889e001d0651a669a6c792c3
parentcfe275c2db6932e81ea23288a8a74f0b815c9513
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 <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c
This page took 0.024881 seconds and 5 git commands to generate.