serial: sh: Replace fdtdec_get_addr() with devfdt_get_addr()
authorMarek Vasut <[email protected]>
Wed, 17 Jan 2018 21:36:37 +0000 (22:36 +0100)
committerMarek Vasut <[email protected]>
Wed, 24 Jan 2018 22:27:21 +0000 (23:27 +0100)
commitc493756ab4910b55af9dfe6682edce3af63ebf5c
tree8f625a3016e40ba4e48c28b678b7b279f183d4d9
parentb606e1bbc3428d0ebc320f11b361e1b79a21a640
serial: sh: Replace fdtdec_get_addr() with devfdt_get_addr()

Replace fdtdec_get_addr() with devfdt_get_addr() as the later one is
the current recommended practice.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
drivers/serial/serial_sh.c