Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
0764bff4
Commit
0764bff4
authored
Jul 29, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: More header path fixups for mach dir refactoring.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
939a24a6
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
15 additions
and
16 deletions
+15
-16
arch/sh/boards/mach-highlander/psw.c
arch/sh/boards/mach-highlander/psw.c
+1
-1
arch/sh/boards/mach-landisk/gio.c
arch/sh/boards/mach-landisk/gio.c
+2
-2
arch/sh/boards/mach-landisk/irq.c
arch/sh/boards/mach-landisk/irq.c
+1
-1
arch/sh/boards/mach-landisk/psw.c
arch/sh/boards/mach-landisk/psw.c
+1
-1
arch/sh/boards/mach-landisk/setup.c
arch/sh/boards/mach-landisk/setup.c
+1
-1
arch/sh/boards/mach-se/7343/io.c
arch/sh/boards/mach-se/7343/io.c
+1
-1
arch/sh/boards/mach-sh03/setup.c
arch/sh/boards/mach-sh03/setup.c
+2
-2
arch/sh/include/mach-dreamcast/mach/pci.h
arch/sh/include/mach-dreamcast/mach/pci.h
+1
-1
drivers/cdrom/gdrom.c
drivers/cdrom/gdrom.c
+2
-2
drivers/input/keyboard/maple_keyb.c
drivers/input/keyboard/maple_keyb.c
+0
-1
drivers/video/pvr2fb.c
drivers/video/pvr2fb.c
+3
-3
No files found.
arch/sh/boards/mach-highlander/psw.c
View file @
0764bff4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include <linux/init.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/platform_device.h>
#include <
mach
/r7780rp.h>
#include <
asm
/r7780rp.h>
#include <asm/push-switch.h>
#include <asm/push-switch.h>
static
irqreturn_t
psw_irq_handler
(
int
irq
,
void
*
arg
)
static
irqreturn_t
psw_irq_handler
(
int
irq
,
void
*
arg
)
...
...
arch/sh/boards/mach-landisk/gio.c
View file @
0764bff4
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
#include <linux/fs.h>
#include <linux/fs.h>
#include <asm/io.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <mach/gio.h>
#include <mach
-landisk/mach
/gio.h>
#include <mach/iodata_landisk.h>
#include <mach
-landisk/mach
/iodata_landisk.h>
#define DEVCOUNT 4
#define DEVCOUNT 4
#define GIO_MINOR 2
/* GIO minor no. */
#define GIO_MINOR 2
/* GIO minor no. */
...
...
arch/sh/boards/mach-landisk/irq.c
View file @
0764bff4
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#include <linux/irq.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/io.h>
#include <mach/iodata_landisk.h>
#include <mach
-landisk/mach
/iodata_landisk.h>
static
void
disable_landisk_irq
(
unsigned
int
irq
)
static
void
disable_landisk_irq
(
unsigned
int
irq
)
{
{
...
...
arch/sh/boards/mach-landisk/psw.c
View file @
0764bff4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <linux/init.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/platform_device.h>
#include <mach/iodata_landisk.h>
#include <mach
-landisk/mach
/iodata_landisk.h>
#include <asm/push-switch.h>
#include <asm/push-switch.h>
static
irqreturn_t
psw_irq_handler
(
int
irq
,
void
*
arg
)
static
irqreturn_t
psw_irq_handler
(
int
irq
,
void
*
arg
)
...
...
arch/sh/boards/mach-landisk/setup.c
View file @
0764bff4
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#include <linux/pm.h>
#include <linux/pm.h>
#include <linux/mm.h>
#include <linux/mm.h>
#include <asm/machvec.h>
#include <asm/machvec.h>
#include <mach/iodata_landisk.h>
#include <mach
-landisk/mach
/iodata_landisk.h>
#include <asm/io.h>
#include <asm/io.h>
void
init_landisk_IRQ
(
void
);
void
init_landisk_IRQ
(
void
);
...
...
arch/sh/boards/mach-se/7343/io.c
View file @
0764bff4
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*/
*/
#include <linux/kernel.h>
#include <linux/kernel.h>
#include <asm/io.h>
#include <asm/io.h>
#include <mach/se7343.h>
#include <mach
-se/mach
/se7343.h>
#define badio(fn, a) panic("bad i/o operation %s for %08lx.", #fn, a)
#define badio(fn, a) panic("bad i/o operation %s for %08lx.", #fn, a)
...
...
arch/sh/boards/mach-sh03/setup.c
View file @
0764bff4
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
#include <linux/platform_device.h>
#include <linux/platform_device.h>
#include <asm/io.h>
#include <asm/io.h>
#include <asm/rtc.h>
#include <asm/rtc.h>
#include <mach/io.h>
#include <mach
-sh03/mach
/io.h>
#include <mach/sh03.h>
#include <mach
-sh03/mach
/sh03.h>
#include <asm/addrspace.h>
#include <asm/addrspace.h>
static
void
__init
init_sh03_IRQ
(
void
)
static
void
__init
init_sh03_IRQ
(
void
)
...
...
arch/sh/include/mach-dreamcast/mach/pci.h
View file @
0764bff4
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#ifndef __ASM_SH_DREAMCAST_PCI_H
#ifndef __ASM_SH_DREAMCAST_PCI_H
#define __ASM_SH_DREAMCAST_PCI_H
#define __ASM_SH_DREAMCAST_PCI_H
#include <mach/sysasic.h>
#include <mach
-dreamcast/mach
/sysasic.h>
#define GAPSPCI_REGS 0x01001400
#define GAPSPCI_REGS 0x01001400
#define GAPSPCI_DMA_BASE 0x01840000
#define GAPSPCI_DMA_BASE 0x01840000
...
...
drivers/cdrom/gdrom.c
View file @
0764bff4
...
@@ -39,8 +39,8 @@
...
@@ -39,8 +39,8 @@
#include <asm/io.h>
#include <asm/io.h>
#include <asm/dma.h>
#include <asm/dma.h>
#include <asm/delay.h>
#include <asm/delay.h>
#include <
asm/
mach/dma.h>
#include <mach/dma.h>
#include <
asm/
mach/sysasic.h>
#include <mach/sysasic.h>
#define GDROM_DEV_NAME "gdrom"
#define GDROM_DEV_NAME "gdrom"
#define GD_SESSION_OFFSET 150
#define GD_SESSION_OFFSET 150
...
...
drivers/input/keyboard/maple_keyb.c
View file @
0764bff4
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
#include <linux/init.h>
#include <linux/init.h>
#include <linux/timer.h>
#include <linux/timer.h>
#include <linux/maple.h>
#include <linux/maple.h>
#include <asm/mach/maple.h>
/* Very simple mutex to ensure proper cleanup */
/* Very simple mutex to ensure proper cleanup */
static
DEFINE_MUTEX
(
maple_keyb_mutex
);
static
DEFINE_MUTEX
(
maple_keyb_mutex
);
...
...
drivers/video/pvr2fb.c
View file @
0764bff4
...
@@ -58,18 +58,18 @@
...
@@ -58,18 +58,18 @@
#ifdef CONFIG_SH_DREAMCAST
#ifdef CONFIG_SH_DREAMCAST
#include <asm/machvec.h>
#include <asm/machvec.h>
#include <
asm
/mach/sysasic.h>
#include <
mach-dreamcast
/mach/sysasic.h>
#endif
#endif
#ifdef CONFIG_SH_DMA
#ifdef CONFIG_SH_DMA
#include <linux/pagemap.h>
#include <linux/pagemap.h>
#include <
asm/
mach/dma.h>
#include <mach/dma.h>
#include <asm/dma.h>
#include <asm/dma.h>
#endif
#endif
#ifdef CONFIG_SH_STORE_QUEUES
#ifdef CONFIG_SH_STORE_QUEUES
#include <linux/uaccess.h>
#include <linux/uaccess.h>
#include <
asm/
cpu/sq.h>
#include <cpu/sq.h>
#endif
#endif
#ifndef PCI_DEVICE_ID_NEC_NEON250
#ifndef PCI_DEVICE_ID_NEC_NEON250
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment