提交 a826806b 编写于 作者: P PrasannaKumar Muralidharan 提交者: Herbert Xu

hwrng: pasemi - Use linux/io.h instead of asm/io.h

Checkpatch.pl warns about usage of asm/io.h. Use linux/io.h instead.
Signed-off-by: NPrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 1d1f98d1
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/of_address.h> #include <linux/of_address.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <asm/io.h> #include <linux/io.h>
#define SDCRNG_CTL_REG 0x00 #define SDCRNG_CTL_REG 0x00
#define SDCRNG_CTL_FVLD_M 0x0000f000 #define SDCRNG_CTL_FVLD_M 0x0000f000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册