commit | 4c02f7371299ffbadd0ad5e858cbe088947fc3e1 | [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 | a318a7a909eeecffd53a888bdf44c23c0bc7519b [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>