aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-08-11 14:30:53 -0700
committerDavid S. Miller <davem@davemloft.net>2008-08-11 14:30:53 -0700
commitc6ed413ddcfb66e9d3e1318060271391c7659dd3 (patch)
treed90fca66e84734f4aa33891261c8fb2c4f4008c5 /drivers/input
parentsparc64: Don't MAGIC_SYSRQ ifdef smp_fetch_global_regs and support code. (diff)
downloadlinux-dev-c6ed413ddcfb66e9d3e1318060271391c7659dd3.tar.xz
linux-dev-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/input')
-rw-r--r--drivers/input/serio/i8042-sparcio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/serio/i8042-sparcio.h b/drivers/input/serio/i8042-sparcio.h
index 66bafe308b0c..692a79ec2a22 100644
--- a/drivers/input/serio/i8042-sparcio.h
+++ b/drivers/input/serio/i8042-sparcio.h
@@ -1,10 +1,11 @@
#ifndef _I8042_SPARCIO_H
#define _I8042_SPARCIO_H
+#include <linux/of_device.h>
+
#include <asm/io.h>
#include <asm/oplib.h>
#include <asm/prom.h>
-#include <asm/of_device.h>
static int i8042_kbd_irq = -1;
static int i8042_aux_irq = -1;