Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=98cad1... Commit: 98cad10187c0bf5b638bad0912076d8ac9d861bd Parent: 10c0ad4dd9ecc3d4141fecbe74c9f18d7f904fb7 Author: Stephen Rothwell <sfr@canb.auug.org.au> AuthorDate: Fri May 23 16:20:05 2008 +1000 Committer: Paul Mackerras <paulus@samba.org> CommitDate: Mon Jun 30 22:30:29 2008 +1000 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> --- 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 6d50e9b..7fa61dd 100644 --- a/drivers/char/hw_random/pasemi-rng.c +++ b/drivers/char/hw_random/pasemi-rng.c @@ -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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
