commit | 58ee99ada293b5ed971a023304fcfbc1a0ccdb1c | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat May 19 15:11:41 2012 +0900 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat May 19 12:32:35 2012 -0600 |
tree | 29faab64364615dda0cb373ee7dbd483ff89ce9c | |
parent | 36be50515fe2aef61533b516fa2576a2c7fe7664 [diff] |
irqdomain: Support removal of IRQ domains. Now that IRQ domains are being used by modules it's necessary to support removing them, too. This adds a new irq_domain_remove() routine for doing the bulk of the heavy lifting. It's left as an exercise to the caller to ensure all mappings have been appropriatey disposed of before attempting to remove the domain. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>