Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305314
b: refs/heads/master
c: 8756826
h: refs/heads/master
v: v3
  • Loading branch information
Richard Weinberger committed May 21, 2012
1 parent 52548ff commit 454960f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 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: 985a94a96d294fe6d2c72d013de09b81b637ed58
refs/heads/master: 875682648b89a3ebc06176d60dc280f810647839
5 changes: 0 additions & 5 deletions trunk/include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,6 @@ struct irq_chip {
void (*irq_print_chip)(struct irq_data *data, struct seq_file *p);

unsigned long flags;

/* Currently used only by UML, might disappear one day.*/
#ifdef CONFIG_IRQ_RELEASE_METHOD
void (*release)(unsigned int irq, void *dev_id);
#endif
};

/*
Expand Down
6 changes: 0 additions & 6 deletions trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1204,12 +1204,6 @@ static struct irqaction *__free_irq(unsigned int irq, void *dev_id)
/* Found it - now remove it from the list of entries: */
*action_ptr = action->next;

/* Currently used only by UML, might disappear one day: */
#ifdef CONFIG_IRQ_RELEASE_METHOD
if (desc->irq_data.chip->release)
desc->irq_data.chip->release(irq, dev_id);
#endif

/* If this was the last handler, shut down the IRQ line: */
if (!desc->action)
irq_shutdown(desc);
Expand Down

0 comments on commit 454960f

Please sign in to comment.