bus: fsl-mc: add missing __iomem attribute
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Wed, 16 Dec 2020 16:10:15 +0000 (18:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jan 2021 19:26:52 +0000 (20:26 +0100)
commit59b26d2e96c473b7b65cfe19381444d034e91715
tree319c6afee0e7e04dea50c9a54bf4371e499ab3d4
parent47771f1715bf05b69b040bf784a2607a5dc13c62
bus: fsl-mc: add missing __iomem attribute

This pointer to an i/o register block is missing the __iomem attribute,
so add it. The issue was found by 0-day sparse run.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Link: https://lore.kernel.org/r/20201216161015.29060-1-laurentiu.tudor@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bus/fsl-mc/fsl-mc-bus.c