commit | 3137b716568f3ca8ca575fd13b91ddb42abd6844 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 25 11:14:02 2016 +0900 |
committer | Olof Johansson <olof@lixom.net> | Tue Apr 12 12:06:27 2016 -0700 |
tree | 575aeca3738b65df7955c45ca35281053ac13279 | |
parent | 309fdeb55723fecf17e43367d0918b2fb3fd18d6 [diff] |
ARM: uniphier: drop weird sizeof() My intention was to ioremap a 4-byte register. Coincidentally enough, sizeof(SZ_4) equals to SZ_4, but this code is weird anyway. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Olof Johansson <olof@lixom.net>