]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit382d67bb72c07d31745e0e97e26b7eebc17efa3e
tree1b9e60e540865b1c889e001d0651a669a6c792c3
parent9dedb246b0b1a05c1e49810efe438c22f1dfad5d
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