[v2,1/8] drm/msm: Include <linux/io.h>

Sui Jingfeng 15330273260 at 189.cn
Mon Apr 3 15:44:13 UTC 2023


Reviewed-by:  Sui Jingfeng <suijingfeng at 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 <tzimmermann at suse.de>
> Reported-by: kernel test robot <lkp at intel.com>
> Link: https://lore.kernel.org/oe-kbuild-all/202303301856.zSmpwZjj-lkp@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"
>   


More information about the dri-devel mailing list