commit | 329b5c58f8b2833f330d64d5a2a1517a0c1e070e | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Jan 20 12:36:28 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 22 16:58:31 2017 -0500 |
tree | faf4371acd2395cbdd3b08ec101fb568c21ea9bb | |
parent | b20b564b9533f02cd498477189359a9a3ac79890 [diff] |
net: dsa: bcm_sf2: Make SF2_IO64_MACRO() utilize 32-bit macro There is no point inlining the 32-bit direct register read/write part, just infer it from the existing macro. This will make it easier to centralize the address rewriting that we are going to introduce later on. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>