]> git.ipfire.org Git - thirdparty/u-boot.git/commit
watchdog: cadence: Remove useless ioremap
authorMichal Simek <michal.simek@xilinx.com>
Thu, 19 Apr 2018 11:51:50 +0000 (13:51 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 23 Apr 2018 11:15:32 +0000 (13:15 +0200)
commit811c7bdebe7bc5ffd7709169b105d3d9edb47f30
treef579b9a7cfe2187bfc824eadaa83207a83ae124e
parent6afedb90dd77c15616b83dd5ffe8eb533f668f6e
watchdog: cadence: Remove useless ioremap

There is no need to call ioremap. Also reg pointer is completely unused
in the driver.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/watchdog/cdns_wdt.c