commit | ee5729ece70b2dacd8fc6ed928f9f81ced9f380e | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Tue Jun 23 18:59:40 2015 +0530 |
committer | Johan Hovold <johan@kernel.org> | Mon Jul 06 12:15:02 2015 +0200 |
tree | abc5e185c3aac9b6decfab169b5a88b02673cdac | |
parent | f6d7fb37f92622479ef6da604f27561f5045ba1e [diff] |
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>