Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73079
b: refs/heads/master
c: b2078fa
h: refs/heads/master
i:
  73077: 6c02c25
  73075: 027f08f
  73071: 2d7c3e9
v: v3
  • Loading branch information
Paul Mundt committed Oct 31, 2007
1 parent b0dfcad commit b2070af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: b46378bc59989d6d284b569b5e2a28e8a50e70f8
refs/heads/master: b2078fa221e31a491d0bd720e3acdf9870fe40fd
9 changes: 0 additions & 9 deletions trunk/arch/sh/kernel/cpu/irq/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ static void enable_ipr_irq(unsigned int irq)
* bits/4. This is to make it easier to read the value directly from the
* datasheets. The IPR address is calculated using the ipr_offset table.
*/

void register_ipr_controller(struct ipr_desc *desc)
{
int i;
Expand All @@ -71,12 +70,4 @@ void register_ipr_controller(struct ipr_desc *desc)
disable_ipr_irq(p->irq);
}
}

EXPORT_SYMBOL(register_ipr_controller);

#if !defined(CONFIG_CPU_HAS_PINT_IRQ)
int ipr_irq_demux(int irq)
{
return irq;
}
#endif

0 comments on commit b2070af

Please sign in to comment.