net: bgmac: Correctly annotate register space
authorFlorian Fainelli <f.fainelli@gmail.com>
Sun, 1 Apr 2018 17:26:29 +0000 (10:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2018 02:20:48 +0000 (22:20 -0400)
commit16a1c0646e55c3345bce8e4edfc06ad119d27c04
tree28fde750f62dbd18fe57133e6138cc7328255426
parent6174a30df1b902e1fedbd728f5343937e83e64e6
net: bgmac: Correctly annotate register space

All the members: base, idm_base and nicpm_base should be annotated with
__iomem since they are pointers to register space. This fixes a bunch of
sparse reported warnings.

Fixes: f6a95a24957a ("net: ethernet: bgmac: Add platform device support")
Fixes: dd5c5d037f5e ("net: ethernet: bgmac: add NS2 support")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bgmac.h