diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-04 11:07:23 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-04 11:07:23 +0900 |
commit | 9a412847fbe396563acf2a78d5830c9c6c5a5d43 (patch) | |
tree | de4a991afde03e91c2aadffb2c8dfffe29aaff71 /include/asm-sh | |
parent | 0fd14754141e3604529579232d34fcffd89c24b9 (diff) | |
download | linux-9a412847fbe396563acf2a78d5830c9c6c5a5d43.tar.bz2 |
sh: Fix se73180 platform device registration.
Copy and paste error from se7343, fix it up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/se73180.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/asm-sh/se73180.h b/include/asm-sh/se73180.h index 3a4acb3e38a1..907c062b4c9a 100644 --- a/include/asm-sh/se73180.h +++ b/include/asm-sh/se73180.h @@ -1,9 +1,7 @@ -#ifndef __ASM_SH_HITACHI_SE73180_H -#define __ASM_SH_HITACHI_SE73180_H +#ifndef __ASM_SH_SE73180_H +#define __ASM_SH_SE73180_H /* - * include/asm-sh/se/se73180.h - * * Copyright (C) 2003 Takashi Kusuda <kusuda-takashi@hitachi-ul.co.jp> * * SH-Mobile SolutionEngine 73180 support @@ -62,4 +60,7 @@ #define __IO_PREFIX sh73180se #include <asm/io_generic.h> -#endif /* __ASM_SH_HITACHI_SE73180_H */ +/* arch/sh/boards/se/73180/irq.c */ +int shmse_irq_demux(int irq); + +#endif /* __ASM_SH_SE73180_H */ |