[SPARC]: sunzilog warning fixes
authorWilliam Lee Irwin III <wli@holomorphy.com>
Sat, 25 Jun 2005 03:06:18 +0000 (20:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jun 2005 03:06:18 +0000 (20:06 -0700)
commit37616578539a47d9ace5e907ae73ea93a8cde740
treef87060895235cfd69febfa74b59d4c36fcc94534
parentb3e112bcc19abd8e9657dca34a87316786e096f3
[SPARC]: sunzilog warning fixes

From: William Lee Irwin III <wli@holomorphy.com>

This small patch silences some iomem-related warnings in sunzilog.c by
declaring mapped_addr as void __iomem * and inserting a cast in one case.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/serial/sunzilog.c