diff options
Diffstat (limited to 'drivers/sh/intc/dynamic.c')
-rw-r--r-- | drivers/sh/intc/dynamic.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/sh/intc/dynamic.c b/drivers/sh/intc/dynamic.c index 5fea1ee8799a..14eb01ef5d72 100644 --- a/drivers/sh/intc/dynamic.c +++ b/drivers/sh/intc/dynamic.c | |||
@@ -55,11 +55,3 @@ void destroy_irq(unsigned int irq) | |||
55 | { | 55 | { |
56 | irq_free_desc(irq); | 56 | irq_free_desc(irq); |
57 | } | 57 | } |
58 | |||
59 | void reserve_intc_vectors(struct intc_vect *vectors, unsigned int nr_vecs) | ||
60 | { | ||
61 | int i; | ||
62 | |||
63 | for (i = 0; i < nr_vecs; i++) | ||
64 | irq_reserve_irq(evt2irq(vectors[i].vect)); | ||
65 | } | ||