ARM: at91: Replace uses of virt_to_phys with __pa_symbol
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 24 Aug 2017 11:44:54 +0000 (13:44 +0200)
committerNicolas Ferre <nicolas.ferre@microchip.com>
Mon, 18 Sep 2017 08:05:38 +0000 (10:05 +0200)
commit093d79f62a89f47d9b5fd0746768146d9696535c
tree6974ad3e9a837f1ae5ad61a657c787f5e28fa72d
parente025a3ac3460275bf86a4c5d02857eee14db4247
ARM: at91: Replace uses of virt_to_phys with __pa_symbol

The PM code wrongly uses virt_to_phys() instead of __pa_symbol() and was
not updated by commit 64fc2a947a98 ("ARM: 8641/1: treewide: Replace uses of
virt_to_phys with __pa_symbol") because it was not yet in tree.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
arch/arm/mach-at91/pm.c