summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/pci_common.c
diff options
context:
space:
mode:
authorStephen Rothwell2008-08-08 00:33:36 +0200
committerDavid S. Miller2008-08-08 00:33:36 +0200
commit764f2579d95120e1c76b7af1256d02466ddd00bf (patch)
tree312f1d759d18ff3e8176b06c1f1468baa3ca953c /arch/sparc64/kernel/pci_common.c
parentsparc64: Use kernel/uid16.c helpers instead of own copy. (diff)
downloadkernel-qcow2-linux-764f2579d95120e1c76b7af1256d02466ddd00bf.tar.gz
kernel-qcow2-linux-764f2579d95120e1c76b7af1256d02466ddd00bf.tar.xz
kernel-qcow2-linux-764f2579d95120e1c76b7af1256d02466ddd00bf.zip
sparc: don't use asm/of_device.h
Use linux/of_device.h instead. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/pci_common.c')
-rw-r--r--arch/sparc64/kernel/pci_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_common.c b/arch/sparc64/kernel/pci_common.c
index 19fa621d6a60..09a5ec200c61 100644
--- a/arch/sparc64/kernel/pci_common.c
+++ b/arch/sparc64/kernel/pci_common.c
@@ -8,9 +8,9 @@
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/device.h>
+#include <linux/of_device.h>
#include <asm/prom.h>
-#include <asm/of_device.h>
#include <asm/oplib.h>
#include "pci_impl.h"