mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
10c0ad4dd9
commit
98cad10187
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
#include <linux/platform_device.h>
|
||||
#include <linux/hw_random.h>
|
||||
#include <linux/delay.h>
|
||||
#include <asm/of_platform.h>
|
||||
#include <linux/of_platform.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#define SDCRNG_CTL_REG 0x00
|
||||
|
|
Loading…
Reference in a new issue