Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117914
b: refs/heads/master
c: d91f2cb
h: refs/heads/master
v: v3
  • Loading branch information
Shinya Kuribayashi authored and Ralf Baechle committed Oct 27, 2008
1 parent 2895e75 commit ccac81e
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f27655e34171b0ae9ea5a0aadae894e817f0f875
refs/heads/master: d91f2cbe698cf70b50099343dac1ec8061bfd045
2 changes: 1 addition & 1 deletion trunk/arch/mips/emma/common/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <asm/addrspace.h>
#include <asm/bootinfo.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

/*
* the first level int-handler will jump here if it is a emma2rh irq
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/emma/common/irq_emma2rh.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include <asm/debug.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

/* number of total irqs supported by EMMA2RH */
#define NUM_EMMA2RH_IRQ 96
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/emma/common/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include <asm/addrspace.h>
#include <asm/bootinfo.h>
#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

const char *get_system_type(void)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/emma/markeins/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <asm/addrspace.h>
#include <asm/bootinfo.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

/*
* IRQ mapping
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/emma/markeins/irq_markeins.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <linux/ptrace.h>

#include <asm/debug.h>
#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

static int emma2rh_sw_irq_base = -1;
static int emma2rh_gpio_irq_base = -1;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/emma/markeins/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/string.h>
#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

const unsigned long clear = 0x20202020;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/emma/markeins/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <asm/reboot.h>
#include <asm/traps.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>


#define I2C_EMMA2RH "emma2rh-iic" /* must be in sync with IIC driver */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/emma/markeins/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <asm/time.h>
#include <asm/reboot.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

#define USE_CPU_COUNTER_TIMER /* whether we use cpu counter */

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* include/asm-mips/emma2rh/emma2rh.h
* arch/mips/include/asm/emma/emma2rh.h
* This file is EMMA2RH common header.
*
* Copyright (C) NEC Electronics Corporation 2005-2006
Expand All @@ -21,8 +21,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __ASM_EMMA2RH_EMMA2RH_H
#define __ASM_EMMA2RH_EMMA2RH_H
#ifndef __ASM_EMMA_EMMA2RH_H
#define __ASM_EMMA_EMMA2RH_H

#include <irq.h>

Expand Down Expand Up @@ -325,9 +325,9 @@ static inline u8 emma2rh_in8(u32 offset)
* include the board dependent part
*/
#ifdef CONFIG_NEC_MARKEINS
#include <asm/emma2rh/markeins.h>
#include <asm/emma/markeins.h>
#else
#error "Unknown EMMA2RH board!"
#endif

#endif /* __ASM_EMMA2RH_EMMA2RH_H */
#endif /* __ASM_EMMA_EMMA2RH_H */
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/fixup-emma2rh.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#include <asm/bootinfo.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

#define EMMA2RH_PCI_HOST_SLOT 0x09
#define EMMA2RH_USB_SLOT 0x03
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/ops-emma2rh.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <asm/addrspace.h>
#include <asm/debug.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

#define RTABORT (0x1<<9)
#define RMABORT (0x1<<10)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/pci-emma2rh.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#include <asm/bootinfo.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

static struct resource pci_io_resource = {
.name = "pci IO space",
Expand Down

0 comments on commit ccac81e

Please sign in to comment.