Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: mach-x3proto: Move the ilsel header to a better place.

We'll be adding more headers for this board, so move this over to its own
directory.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+2 -2
+1 -1
arch/sh/boards/mach-x3proto/ilsel.c
··· 14 14 #include <linux/module.h> 15 15 #include <linux/bitmap.h> 16 16 #include <linux/io.h> 17 - #include <asm/ilsel.h> 17 + #include <mach/ilsel.h> 18 18 19 19 /* 20 20 * ILSEL is split across:
+1 -1
arch/sh/boards/mach-x3proto/setup.c
··· 18 18 #include <linux/interrupt.h> 19 19 #include <linux/usb/r8a66597.h> 20 20 #include <linux/usb/m66592.h> 21 - #include <asm/ilsel.h> 21 + #include <mach/ilsel.h> 22 22 #include <asm/smp-ops.h> 23 23 24 24 static struct resource heartbeat_resources[] = {
arch/sh/include/asm/ilsel.h arch/sh/include/mach-x3proto/mach/ilsel.h