From: Jiri Slaby Date: Thu, 11 Jun 2009 11:29:27 +0000 (+0100) Subject: tty: cyclades, plx9060 casts cleanup X-Git-Tag: v2.6.31-rc1~399^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97e87f8ebe978e881c7325ba490574bd5500b133;p=pandora-kernel.git 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 Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed