|
@@ -289,11 +289,6 @@ static inline void IRQ_resetbit(struct irq_queue *q, int n_IRQ)
|
|
clear_bit(n_IRQ, q->queue);
|
|
clear_bit(n_IRQ, q->queue);
|
|
}
|
|
}
|
|
|
|
|
|
-static inline int IRQ_testbit(struct irq_queue *q, int n_IRQ)
|
|
|
|
-{
|
|
|
|
- return test_bit(n_IRQ, q->queue);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static void IRQ_check(struct openpic *opp, struct irq_queue *q)
|
|
static void IRQ_check(struct openpic *opp, struct irq_queue *q)
|
|
{
|
|
{
|
|
int irq = -1;
|
|
int irq = -1;
|