Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305305
b: refs/heads/master
c: 5f19f14
h: refs/heads/master
i:
  305303: f439544
v: v3
  • Loading branch information
Paul Mundt committed May 22, 2012
1 parent 1a93645 commit d78a0e4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 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: c30b9c432ebb8951aa20fe825b5b8f1651628e3c
refs/heads/master: 5f19f14fed7786652b9617c633db101d26a42251
3 changes: 0 additions & 3 deletions trunk/arch/sh/kernel/cpu/sh4a/setup-shx3.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,6 @@ void __init plat_irq_setup_pins(int mode)

void __init plat_irq_setup(void)
{
reserve_intc_vectors(vectors_irq, ARRAY_SIZE(vectors_irq));
reserve_intc_vectors(vectors_irl, ARRAY_SIZE(vectors_irl));

register_intc_controller(&intc_desc);
}

Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/sh/intc/dynamic.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,3 @@ void destroy_irq(unsigned int irq)
{
irq_free_desc(irq);
}

void reserve_intc_vectors(struct intc_vect *vectors, unsigned int nr_vecs)
{
int i;

for (i = 0; i < nr_vecs; i++)
irq_reserve_irq(evt2irq(vectors[i].vect));
}
1 change: 0 additions & 1 deletion trunk/include/linux/sh_intc.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ struct intc_desc symbol __initdata = { \
}

int register_intc_controller(struct intc_desc *desc);
void reserve_intc_vectors(struct intc_vect *vectors, unsigned int nr_vecs);
int intc_set_priority(unsigned int irq, unsigned int prio);
int intc_irq_lookup(const char *chipname, intc_enum enum_id);
void intc_finalize(void);
Expand Down

0 comments on commit d78a0e4

Please sign in to comment.