commit | 97e87f8ebe978e881c7325ba490574bd5500b133 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Thu Jun 11 12:29:27 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 11 08:50:57 2009 -0700 |
tree | 272dea45cc1a3d020a9290c46fbdf7ec866fbd34 | |
parent | 5ba5a5d21204f61ff655b322a90ed91c75194e4b [diff] |
tty: cyclades, plx9060 casts cleanup Remove ugly all-over-the-code casts of ctl_addr to 9060 space. Add an union to the cyclades_card structure, which contains a pointer to both 9050 and 9060 spaces. The 9050 space layout is unknown, so let it still as a void __iomem pointer. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>