diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 02:20:05 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-06-30 08:30:29 -0400 |
commit | 98cad10187c0bf5b638bad0912076d8ac9d861bd (patch) | |
tree | e4da3701895a2c66abf1d631c6d0af9c980207f0 /drivers/char/hw_random | |
parent | 10c0ad4dd9ecc3d4141fecbe74c9f18d7f904fb7 (diff) |
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>
Diffstat (limited to 'drivers/char/hw_random')
-rw-r--r-- | drivers/char/hw_random/pasemi-rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hw_random/pasemi-rng.c b/drivers/char/hw_random/pasemi-rng.c index 6d50e9bc700b..7fa61dd1d9d9 100644 --- a/drivers/char/hw_random/pasemi-rng.c +++ b/drivers/char/hw_random/pasemi-rng.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <linux/platform_device.h> | 24 | #include <linux/platform_device.h> |
25 | #include <linux/hw_random.h> | 25 | #include <linux/hw_random.h> |
26 | #include <linux/delay.h> | 26 | #include <linux/delay.h> |
27 | #include <asm/of_platform.h> | 27 | #include <linux/of_platform.h> |
28 | #include <asm/io.h> | 28 | #include <asm/io.h> |
29 | 29 | ||
30 | #define SDCRNG_CTL_REG 0x00 | 30 | #define SDCRNG_CTL_REG 0x00 |