OSDN Git Service

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)
commitee5729ece70b2dacd8fc6ed928f9f81ced9f380e
treeabc5e185c3aac9b6decfab169b5a88b02673cdac
parentf6d7fb37f92622479ef6da604f27561f5045ba1e
USB: mos7720: rename registers

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