浏览代码

pasemi-rng: Use linux/of_platform.h instead of asm

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Stephen Rothwell 17 年之前
父节点
当前提交
98cad10187
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/char/hw_random/pasemi-rng.c

+ 1 - 1
drivers/char/hw_random/pasemi-rng.c

@@ -24,7 +24,7 @@
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/hw_random.h>
 #include <linux/hw_random.h>
 #include <linux/delay.h>
 #include <linux/delay.h>
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #include <asm/io.h>
 #include <asm/io.h>
 
 
 #define SDCRNG_CTL_REG			0x00
 #define SDCRNG_CTL_REG			0x00