commit | fae82c8f83b278c81ad707a133bb2c11bcd12276 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Tue Apr 24 17:21:12 2018 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon May 14 10:00:15 2018 +0200 |
tree | a1276af8ea13bcca78d95f7c2a9e0449a6b8a1af | |
parent | 62d77cea31216cad526e5f45c88e8377efc6fcae [diff] |
phy: marvell: a3700: Change return type of macro MVEBU_REG All the calls to reg_set and friends have to cast the first argument to void __iomem *. Lets change the return type of the MVEBU_REG macro instead. Signed-off-by: Marek Behun <marek.behun@nic.cz> Signed-off-by: Stefan Roese <sr@denx.de>