commit | 59c5f92427efa2bcf2a1ff6566027a5876d5dfa7 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Wed Jan 16 14:45:07 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 16 07:36:47 2013 -0800 |
tree | a713d5441784a9777644a6df83f832e95dfe976b | |
parent | 2894500dec707a3318e8c28a8df24d828af9a5e3 [diff] |
TTY: mn10300-serial, fix build breakage By the recent `switch flipping' patches we introduced a build failure in the driver: mn10300-serial.c:527:19: error: 'port' redeclared as different kind of symbol I did not notice because I did not even find a compiler for that new architecture. Hopefully everything is all right now as I cannot test it. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>