diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-08-11 23:30:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-11 23:30:53 +0200 |
commit | c6ed413ddcfb66e9d3e1318060271391c7659dd3 (patch) | |
tree | d90fca66e84734f4aa33891261c8fb2c4f4008c5 /drivers/serial/sunhv.c | |
parent | sparc64: Don't MAGIC_SYSRQ ifdef smp_fetch_global_regs and support code. (diff) | |
download | linux-c6ed413ddcfb66e9d3e1318060271391c7659dd3.tar.xz linux-c6ed413ddcfb66e9d3e1318060271391c7659dd3.zip |
sparc/drivers: use linux/of_device.h instead of asm/of_device.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/serial/sunhv.c')
-rw-r--r-- | drivers/serial/sunhv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/sunhv.c b/drivers/serial/sunhv.c index aeeec5588afd..e41766d08035 100644 --- a/drivers/serial/sunhv.c +++ b/drivers/serial/sunhv.c @@ -17,11 +17,11 @@ #include <linux/slab.h> #include <linux/delay.h> #include <linux/init.h> +#include <linux/of_device.h> #include <asm/hypervisor.h> #include <asm/spitfire.h> #include <asm/prom.h> -#include <asm/of_device.h> #include <asm/irq.h> #if defined(CONFIG_MAGIC_SYSRQ) |