projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f28ff3d
)
MIPS: MSP71xx: remove unused plat_irq_dispatch() argument
author
Sergey Ryazanov
<ryazanov.s.a@gmail.com>
Wed, 13 Aug 2014 22:09:35 +0000
(
02:09
+0400)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 19 Aug 2014 11:30:45 +0000
(13:30 +0200)
Remove unused argument to make the plat_irq_dispatch() function
declaration similar to the realization of other platforms.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: Linux MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/7538/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pmcs-msp71xx/msp_irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/pmcs-msp71xx/msp_irq.c
b/arch/mips/pmcs-msp71xx/msp_irq.c
index 941744aabb513dd3ad69fc3a44c4dbd804e9f744..f914c753de21dcc9982a3f13ec007db9069d42a4 100644
(file)
--- a/
arch/mips/pmcs-msp71xx/msp_irq.c
+++ b/
arch/mips/pmcs-msp71xx/msp_irq.c
@@
-51,7
+51,7
@@
static inline void sec_int_dispatch(void) { do_IRQ(MSP_INT_SEC); }
* the range 40-71.
*/
-asmlinkage void plat_irq_dispatch(
struct pt_regs *regs
)
+asmlinkage void plat_irq_dispatch(
void
)
{
u32 pending;