On 02/24/2012 08:54 AM, Grant Likely wrote:
Several architectures define their own empty irq_dispose_mapping().  Since
the irq_domain code is centralized now, there is little need to do so.  This
patch removes them and creates a new empty copy when !CONFIG_IRQ_DOMAIN is
selected.

The patch also means that IRQ_DOMAIN becomes selectable on all architectures.

Signed-off-by: Grant Likely<[email protected]>
Cc: Rob Herring<[email protected]>
Cc: "David S. Miller"<[email protected]>
Cc: Jonas Bonn<[email protected]>
Cc: [email protected]
Cc: [email protected]
---
  arch/openrisc/include/asm/prom.h |   10 +---------
  arch/sparc/include/asm/prom.h    |   10 +---------
  include/linux/irqdomain.h        |    5 ++++-
  include/linux/of_irq.h           |    4 +---
  4 files changed, 7 insertions(+), 22 deletions(-)


There is also a definition in arch/mips/include/asm/irq.h.

Probably best to get rid of that one too.

David Daney
_______________________________________________
Linux mailing list
[email protected]
http://lists.openrisc.net/listinfo/linux

Reply via email to