diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 09:10:01 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 09:10:01 -0400 |
| commit | 0764bff445bb13cd17e41b6ab196ef83c23c6c17 (patch) | |
| tree | 882be7ca1c68c8d50efd2eb2b000f46fdcf55205 | |
| parent | 939a24a6df24649cea9fd0ff54fe71ee0dc1d61e (diff) | |
sh: More header path fixups for mach dir refactoring.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
| -rw-r--r-- | arch/sh/boards/mach-highlander/psw.c | 2 | ||||
| -rw-r--r-- | arch/sh/boards/mach-landisk/gio.c | 4 | ||||
| -rw-r--r-- | arch/sh/boards/mach-landisk/irq.c | 2 | ||||
| -rw-r--r-- | arch/sh/boards/mach-landisk/psw.c | 2 | ||||
| -rw-r--r-- | arch/sh/boards/mach-landisk/setup.c | 2 | ||||
| -rw-r--r-- | arch/sh/boards/mach-se/7343/io.c | 2 | ||||
| -rw-r--r-- | arch/sh/boards/mach-sh03/setup.c | 4 | ||||
| -rw-r--r-- | arch/sh/include/mach-dreamcast/mach/pci.h | 2 | ||||
| -rw-r--r-- | drivers/cdrom/gdrom.c | 4 | ||||
| -rw-r--r-- | drivers/input/keyboard/maple_keyb.c | 1 | ||||
| -rw-r--r-- | drivers/video/pvr2fb.c | 6 |
11 files changed, 15 insertions, 16 deletions
diff --git a/arch/sh/boards/mach-highlander/psw.c b/arch/sh/boards/mach-highlander/psw.c index 0b3e062e96cc..be8d5477fc65 100644 --- a/arch/sh/boards/mach-highlander/psw.c +++ b/arch/sh/boards/mach-highlander/psw.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
| 14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
| 15 | #include <linux/platform_device.h> | 15 | #include <linux/platform_device.h> |
| 16 | #include <mach/r7780rp.h> | 16 | #include <asm/r7780rp.h> |
| 17 | #include <asm/push-switch.h> | 17 | #include <asm/push-switch.h> |
| 18 | 18 | ||
| 19 | static irqreturn_t psw_irq_handler(int irq, void *arg) | 19 | static irqreturn_t psw_irq_handler(int irq, void *arg) |
diff --git a/arch/sh/boards/mach-landisk/gio.c b/arch/sh/boards/mach-landisk/gio.c index edcde082032d..25cdf7358000 100644 --- a/arch/sh/boards/mach-landisk/gio.c +++ b/arch/sh/boards/mach-landisk/gio.c | |||
| @@ -20,8 +20,8 @@ | |||
| 20 | #include <linux/fs.h> | 20 | #include <linux/fs.h> |
| 21 | #include <asm/io.h> | 21 | #include <asm/io.h> |
| 22 | #include <asm/uaccess.h> | 22 | #include <asm/uaccess.h> |
| 23 | #include <mach/gio.h> | 23 | #include <mach-landisk/mach/gio.h> |
| 24 | #include <mach/iodata_landisk.h> | 24 | #include <mach-landisk/mach/iodata_landisk.h> |
| 25 | 25 | ||
| 26 | #define DEVCOUNT 4 | 26 | #define DEVCOUNT 4 |
| 27 | #define GIO_MINOR 2 /* GIO minor no. */ | 27 | #define GIO_MINOR 2 /* GIO minor no. */ |
diff --git a/arch/sh/boards/mach-landisk/irq.c b/arch/sh/boards/mach-landisk/irq.c index d0f9378f6ff4..7b284cde1f58 100644 --- a/arch/sh/boards/mach-landisk/irq.c +++ b/arch/sh/boards/mach-landisk/irq.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | #include <linux/irq.h> | 16 | #include <linux/irq.h> |
| 17 | #include <linux/interrupt.h> | 17 | #include <linux/interrupt.h> |
| 18 | #include <linux/io.h> | 18 | #include <linux/io.h> |
| 19 | #include <mach/iodata_landisk.h> | 19 | #include <mach-landisk/mach/iodata_landisk.h> |
| 20 | 20 | ||
| 21 | static void disable_landisk_irq(unsigned int irq) | 21 | static void disable_landisk_irq(unsigned int irq) |
| 22 | { | 22 | { |
diff --git a/arch/sh/boards/mach-landisk/psw.c b/arch/sh/boards/mach-landisk/psw.c index 4bd502cbaeeb..e6b0efa098d1 100644 --- a/arch/sh/boards/mach-landisk/psw.c +++ b/arch/sh/boards/mach-landisk/psw.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
| 15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
| 16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
| 17 | #include <mach/iodata_landisk.h> | 17 | #include <mach-landisk/mach/iodata_landisk.h> |
| 18 | #include <asm/push-switch.h> | 18 | #include <asm/push-switch.h> |
| 19 | 19 | ||
| 20 | static irqreturn_t psw_irq_handler(int irq, void *arg) | 20 | static irqreturn_t psw_irq_handler(int irq, void *arg) |
diff --git a/arch/sh/boards/mach-landisk/setup.c b/arch/sh/boards/mach-landisk/setup.c index 470c78111681..db22ea2e6d49 100644 --- a/arch/sh/boards/mach-landisk/setup.c +++ b/arch/sh/boards/mach-landisk/setup.c | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | #include <linux/pm.h> | 18 | #include <linux/pm.h> |
| 19 | #include <linux/mm.h> | 19 | #include <linux/mm.h> |
| 20 | #include <asm/machvec.h> | 20 | #include <asm/machvec.h> |
| 21 | #include <mach/iodata_landisk.h> | 21 | #include <mach-landisk/mach/iodata_landisk.h> |
| 22 | #include <asm/io.h> | 22 | #include <asm/io.h> |
| 23 | 23 | ||
| 24 | void init_landisk_IRQ(void); | 24 | void init_landisk_IRQ(void); |
diff --git a/arch/sh/boards/mach-se/7343/io.c b/arch/sh/boards/mach-se/7343/io.c index e2fae32d27d7..8741abc1da7b 100644 --- a/arch/sh/boards/mach-se/7343/io.c +++ b/arch/sh/boards/mach-se/7343/io.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | */ | 6 | */ |
| 7 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
| 8 | #include <asm/io.h> | 8 | #include <asm/io.h> |
| 9 | #include <mach/se7343.h> | 9 | #include <mach-se/mach/se7343.h> |
| 10 | 10 | ||
| 11 | #define badio(fn, a) panic("bad i/o operation %s for %08lx.", #fn, a) | 11 | #define badio(fn, a) panic("bad i/o operation %s for %08lx.", #fn, a) |
| 12 | 12 | ||
diff --git a/arch/sh/boards/mach-sh03/setup.c b/arch/sh/boards/mach-sh03/setup.c index cd9cff1ed349..5771219be3fd 100644 --- a/arch/sh/boards/mach-sh03/setup.c +++ b/arch/sh/boards/mach-sh03/setup.c | |||
| @@ -11,8 +11,8 @@ | |||
| 11 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
| 12 | #include <asm/io.h> | 12 | #include <asm/io.h> |
| 13 | #include <asm/rtc.h> | 13 | #include <asm/rtc.h> |
| 14 | #include <mach/io.h> | 14 | #include <mach-sh03/mach/io.h> |
| 15 | #include <mach/sh03.h> | 15 | #include <mach-sh03/mach/sh03.h> |
| 16 | #include <asm/addrspace.h> | 16 | #include <asm/addrspace.h> |
| 17 | 17 | ||
| 18 | static void __init init_sh03_IRQ(void) | 18 | static void __init init_sh03_IRQ(void) |
diff --git a/arch/sh/include/mach-dreamcast/mach/pci.h b/arch/sh/include/mach-dreamcast/mach/pci.h index 9264ff46c63e..75fc9009e092 100644 --- a/arch/sh/include/mach-dreamcast/mach/pci.h +++ b/arch/sh/include/mach-dreamcast/mach/pci.h | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | #ifndef __ASM_SH_DREAMCAST_PCI_H | 11 | #ifndef __ASM_SH_DREAMCAST_PCI_H |
| 12 | #define __ASM_SH_DREAMCAST_PCI_H | 12 | #define __ASM_SH_DREAMCAST_PCI_H |
| 13 | 13 | ||
| 14 | #include <mach/sysasic.h> | 14 | #include <mach-dreamcast/mach/sysasic.h> |
| 15 | 15 | ||
| 16 | #define GAPSPCI_REGS 0x01001400 | 16 | #define GAPSPCI_REGS 0x01001400 |
| 17 | #define GAPSPCI_DMA_BASE 0x01840000 | 17 | #define GAPSPCI_DMA_BASE 0x01840000 |
diff --git a/drivers/cdrom/gdrom.c b/drivers/cdrom/gdrom.c index 71ec426ecffc..1e0455bd6df9 100644 --- a/drivers/cdrom/gdrom.c +++ b/drivers/cdrom/gdrom.c | |||
| @@ -39,8 +39,8 @@ | |||
| 39 | #include <asm/io.h> | 39 | #include <asm/io.h> |
| 40 | #include <asm/dma.h> | 40 | #include <asm/dma.h> |
| 41 | #include <asm/delay.h> | 41 | #include <asm/delay.h> |
| 42 | #include <asm/mach/dma.h> | 42 | #include <mach/dma.h> |
| 43 | #include <asm/mach/sysasic.h> | 43 | #include <mach/sysasic.h> |
| 44 | 44 | ||
| 45 | #define GDROM_DEV_NAME "gdrom" | 45 | #define GDROM_DEV_NAME "gdrom" |
| 46 | #define GD_SESSION_OFFSET 150 | 46 | #define GD_SESSION_OFFSET 150 |
diff --git a/drivers/input/keyboard/maple_keyb.c b/drivers/input/keyboard/maple_keyb.c index 2b404284c28a..7797ef6e5e64 100644 --- a/drivers/input/keyboard/maple_keyb.c +++ b/drivers/input/keyboard/maple_keyb.c | |||
| @@ -27,7 +27,6 @@ | |||
| 27 | #include <linux/init.h> | 27 | #include <linux/init.h> |
| 28 | #include <linux/timer.h> | 28 | #include <linux/timer.h> |
| 29 | #include <linux/maple.h> | 29 | #include <linux/maple.h> |
| 30 | #include <asm/mach/maple.h> | ||
| 31 | 30 | ||
| 32 | /* Very simple mutex to ensure proper cleanup */ | 31 | /* Very simple mutex to ensure proper cleanup */ |
| 33 | static DEFINE_MUTEX(maple_keyb_mutex); | 32 | static DEFINE_MUTEX(maple_keyb_mutex); |
diff --git a/drivers/video/pvr2fb.c b/drivers/video/pvr2fb.c index 8c863a7f654b..0a0fd48a8566 100644 --- a/drivers/video/pvr2fb.c +++ b/drivers/video/pvr2fb.c | |||
| @@ -58,18 +58,18 @@ | |||
| 58 | 58 | ||
| 59 | #ifdef CONFIG_SH_DREAMCAST | 59 | #ifdef CONFIG_SH_DREAMCAST |
| 60 | #include <asm/machvec.h> | 60 | #include <asm/machvec.h> |
| 61 | #include <asm/mach/sysasic.h> | 61 | #include <mach-dreamcast/mach/sysasic.h> |
| 62 | #endif | 62 | #endif |
| 63 | 63 | ||
| 64 | #ifdef CONFIG_SH_DMA | 64 | #ifdef CONFIG_SH_DMA |
| 65 | #include <linux/pagemap.h> | 65 | #include <linux/pagemap.h> |
| 66 | #include <asm/mach/dma.h> | 66 | #include <mach/dma.h> |
| 67 | #include <asm/dma.h> | 67 | #include <asm/dma.h> |
| 68 | #endif | 68 | #endif |
| 69 | 69 | ||
| 70 | #ifdef CONFIG_SH_STORE_QUEUES | 70 | #ifdef CONFIG_SH_STORE_QUEUES |
| 71 | #include <linux/uaccess.h> | 71 | #include <linux/uaccess.h> |
| 72 | #include <asm/cpu/sq.h> | 72 | #include <cpu/sq.h> |
| 73 | #endif | 73 | #endif |
| 74 | 74 | ||
| 75 | #ifndef PCI_DEVICE_ID_NEC_NEON250 | 75 | #ifndef PCI_DEVICE_ID_NEC_NEON250 |
