From 7a53471e085c328dd8928e9b9f0571db78ee2f51 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Fri, 18 May 2012 17:13:52 +0900 Subject: [PATCH] --- yaml --- r: 305291 b: refs/heads/master c: d66bd5f147cfeb4745aaa0c7e4ff6f7dd930b84f h: refs/heads/master i: 305289: 38978c799e12c38f27f9126da872c7cef70e99f8 305287: e2d11ea7b8df35877b65ef641682c78bec5a5b1f v: v3 --- [refs] | 2 +- trunk/arch/sh/include/mach-common/mach/sdk7780.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8ae5c5893f3e..aa13483c9f29 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26819fcbeaba45904d604f5b02ef1138d5268494 +refs/heads/master: d66bd5f147cfeb4745aaa0c7e4ff6f7dd930b84f diff --git a/trunk/arch/sh/include/mach-common/mach/sdk7780.h b/trunk/arch/sh/include/mach-common/mach/sdk7780.h index 697dc865f21b..ce64e02e9b50 100644 --- a/trunk/arch/sh/include/mach-common/mach/sdk7780.h +++ b/trunk/arch/sh/include/mach-common/mach/sdk7780.h @@ -11,6 +11,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. */ +#include #include /* Box specific addresses. */ @@ -67,9 +68,9 @@ #define SDK7780_NR_IRL 15 /* IDE/ATA interrupt */ -#define IRQ_CFCARD 14 +#define IRQ_CFCARD evt2irq(0x3c0) /* SMC interrupt */ -#define IRQ_ETHERNET 6 +#define IRQ_ETHERNET evt2irq(0x2c0) /* arch/sh/boards/renesas/sdk7780/irq.c */