ARM: 8462/1: cache-uniphier: use common API to find the next level cache
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 24 Nov 2015 16:01:10 +0000 (17:01 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 3 Dec 2015 00:03:09 +0000 (00:03 +0000)
commit89e69fbfd18bf4ec9ce2663bcb35342aa8a2b3af
treebdf6ddd9bc6f439ab8b43c62b2fa20a3fb3b31fa
parent6c044fecdf78be3fda159a5036bb33700cdd5e59
ARM: 8462/1: cache-uniphier: use common API to find the next level cache

The function uniphier_cache_get_next_level_node() does the same thing
as of_find_next_cache_node().  Drop the former and stick to the common
API.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/cache-uniphier.c