Reviewed-by:  Sui Jingfeng <suijingf...@loongson.cn>


On 2023/4/3 20:45, Thomas Zimmermann wrote:
Include <linux/io.h> to get the declaration of devm_ioremap() on
sparc64. No functional changes.

Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de>
Reported-by: kernel test robot <l...@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202303301856.zsmpwzjj-...@intel.com/
---
  drivers/gpu/drm/msm/msm_io_utils.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/msm/msm_io_utils.c 
b/drivers/gpu/drm/msm/msm_io_utils.c
index d02cd29ce829..59d2788c4510 100644
--- a/drivers/gpu/drm/msm/msm_io_utils.c
+++ b/drivers/gpu/drm/msm/msm_io_utils.c
@@ -6,6 +6,7 @@
   */
#include <linux/interconnect.h>
+#include <linux/io.h>
#include "msm_drv.h"

Reply via email to