Claudiu Manoil
5be00a0164
net: fsl_mdio: Fix warnings for __iomem pointers
Add the __iomem address space marker for the tsec pointers
to struct tsec_mii_mng memory mapped register regions.
This solves the sparse warnings for mixig normal pointers with
__iomem pointers for tsec. E.g.:
fsl_mdio.c:34:19: warning: incorrect type in argument 1 (different
address spaces)
fsl_mdio.c:34:19: expected unsigned int volatile [noderef]
<asn:2>*addr
fsl_mdio.c:34:19: got unsigned int *<noident>
[...]
tsec.c:91:35: warning: incorrect type in argument 1 (different address
spaces)
tsec.c:91:35: expected struct tsec_mii_mng *phyregs
tsec.c:91:35: got struct tsec_mii_mng [noderef] <asn:2>*phyregs_sgmii
[...]
tsec.c:680:19: warning: incorrect type in assignment (different address
spaces)
tsec.c:680:19: expected struct tsec_mii_mng *regs
tsec.c:680:19: got struct tsec_mii_mng [noderef] <asn:2>*<noident>
[...]
Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
2013-11-22 17:03:15 -06:00
..
2013-11-17 14:11:31 -05:00
2013-10-31 13:26:01 -04:00
2013-11-09 22:59:47 +01:00
2013-10-31 13:26:01 -04:00
2013-11-08 20:46:20 +01:00
2013-10-31 13:26:01 -04:00
2013-11-17 14:11:30 -05:00
2013-11-08 09:39:13 -05:00
2013-11-08 09:41:37 -05:00
2013-11-13 06:22:41 +01:00
2013-10-31 13:26:01 -04:00
2013-10-31 13:26:01 -04:00
2013-10-31 13:26:01 -04:00
2013-11-09 22:59:47 +01:00
2013-11-22 17:03:15 -06:00
2013-11-09 17:21:01 +01:00
2013-10-31 13:26:01 -04:00
2013-10-31 13:26:01 -04:00
2013-11-17 14:11:31 -05:00
2013-11-11 09:40:34 -05:00
2013-11-08 15:25:14 -05:00
2013-10-31 13:26:01 -04:00
2013-11-12 10:02:44 +01:00
2013-11-17 14:11:30 -05:00
2013-10-31 13:26:01 -04:00
2013-11-09 22:59:47 +01:00
2013-11-12 10:08:48 +01:00
2013-11-09 22:59:47 +01:00
2013-11-17 14:11:31 -05:00