commit | 2f3ed17e010e8c0873094016f93c1afbb4adb666 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri May 22 13:47:52 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri May 22 13:47:52 2009 +0900 |
tree | 751170dbd792f40c5540f115d91d3b3b3146f610 | |
parent | 5f8371cec93b94a24a55ba1de642ce6eade6d62c [diff] |
sh: Wrap irq_to_desc_alloc_cpu() around CONFIG_SPARSE_IRQ temporarily. irq_to_desc_alloc_cpu() has been renamed to irq_to_desc_alloc_node() in -next, but as we can not presently enable SPARSE_IRQ without the early irq_desc alloc patch, protect it with an ifdef until the interface has settled and we are ready to enable it system-wide. Signed-off-by: Paul Mundt <lethal@linux-sh.org>