stmmac: make ioaddr 'void __iomem *' rather than unsigned long
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Mon, 23 Aug 2010 20:40:42 +0000 (20:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Aug 2010 23:30:51 +0000 (16:30 -0700)
This avoids unnecessary casting and adds the ioaddr in the
private structure.
This patch also removes many warning when compile the driver.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found