drivers: dio: Use <linux/io.h> instead <asm/io.h>
authorAleksa Vučković <aleksav013@gmail.com>
Thu, 27 Jan 2022 13:50:48 +0000 (14:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Feb 2022 15:45:39 +0000 (16:45 +0100)
commit10f4629f85f1caae6583dc69159740ab26fdf78c
tree6cec3a52f641fa5044678ff7becdb276274b920f
parentf396ededbd8bf5911d588b683a3ce335844b7c89
drivers: dio: Use <linux/io.h> instead <asm/io.h>

This patch fixes the checkpatch.pl warning:

< WARNING: Use #include <linux/io.h> instead of <asm/io.h>
< #36: FILE: drivers/dio/dio.c:36:
< +#include <asm/io.h>                             /* readb() */

Signed-off-by: Aleksa Vučković <aleksav013@gmail.com>
Link: https://lore.kernel.org/r/20220127135054.27281-1-aleksav013@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dio/dio.c