USB: mos7720: rename registers
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 23 Jun 2015 13:29:40 +0000 (18:59 +0530)
committerJohan Hovold <johan@kernel.org>
Mon, 6 Jul 2015 10:15:02 +0000 (12:15 +0200)
Some of the register names defined here are matching with registers
defined in other places. Like DCR is defined here and DCR is also
a register in mn10300 architecture. So when we are building this with
mn10300, build fails.
To avoid we rename all the registers.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/mos7720.c

Simple merge