]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mvebu: remove unneeded ->map_io field for Armada 370/XP
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 11 Feb 2014 17:07:11 +0000 (18:07 +0100)
committerJason Cooper <jason@lakedaemon.net>
Tue, 11 Feb 2014 19:33:04 +0000 (19:33 +0000)
commit1cee5b83577d52307961a8b7b0fe8e0d89fb5757
treedb6c3002547bfb5af81fe6a143c10fc492b860ff
parentf1d65cd3bed7a21f72f36d30b4a82ddf8ff44141
ARM: mvebu: remove unneeded ->map_io field for Armada 370/XP

The ->map_io() implementation of Armada 370/XP simply calls
debug_ll_io_init(), which is exactly what the kernel does when
->map_io is NULL. Therefore, there is no need to have a specific
->map_io() implementation in Armada 370/XP.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-mvebu/armada-370-xp.c