ARM: uniphier: drop weird sizeof()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 25 Mar 2016 02:14:02 +0000 (11:14 +0900)
committerOlof Johansson <olof@lixom.net>
Tue, 12 Apr 2016 19:06:27 +0000 (12:06 -0700)
commit3137b716568f3ca8ca575fd13b91ddb42abd6844
tree575aeca3738b65df7955c45ca35281053ac13279
parent309fdeb55723fecf17e43367d0918b2fb3fd18d6
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>
arch/arm/mach-uniphier/platsmp.c