summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/unit-asb2305/leds.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2010-01-08 14:43:17 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-01-11 09:34:10 -0800
commit07c706a6226ea7556a41fced300248d1daac90db (patch)
treea1a8607fcc960e1ec9af72e4e91850cea41a2898 /arch/mn10300/unit-asb2305/leds.c
parente5d20d01023e76f3c1289cfca2e3305de7ff9e69 (diff)
downloadop-kernel-dev-07c706a6226ea7556a41fced300248d1daac90db.zip
op-kernel-dev-07c706a6226ea7556a41fced300248d1daac90db.tar.gz
mn10300: fix several bogus includes on abs2305
asm/cpu never existed for mn10300; the files they are looking for are in asm. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mn10300/unit-asb2305/leds.c')
-rw-r--r--arch/mn10300/unit-asb2305/leds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mn10300/unit-asb2305/leds.c b/arch/mn10300/unit-asb2305/leds.c
index d345ff9..6f8de99 100644
--- a/arch/mn10300/unit-asb2305/leds.c
+++ b/arch/mn10300/unit-asb2305/leds.c
@@ -13,8 +13,8 @@
#include <linux/init.h>
#include <asm/io.h>
#include <asm/processor.h>
-#include <asm/cpu/intctl-regs.h>
-#include <asm/cpu/rtc-regs.h>
+#include <asm/intctl-regs.h>
+#include <asm/rtc-regs.h>
#include <unit/leds.h>
static const u8 asb2305_led_hex_tbl[16] = {
OpenPOWER on IntegriCloud