From: KOSAKI Motohiro Date: Fri, 26 Dec 2008 03:24:24 +0000 (+0900) Subject: irq: for_each_irq_desc() move to irqnr.h X-Git-Tag: v2.6.29-rc1~550^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9af0e70911e9d6cc9a68f784dca86415486084d;p=pandora-kernel.git irq: for_each_irq_desc() move to irqnr.h Impact: cleanup before CONFIG_SPARSE_IRQ age, for_each_irq_desc() sat in irqnr.h and could be called from generic code. CONFIG_SPARSE_IRQ breaks this assumption, but SPARSE_IRQ version for_each_irq_desc() also can move into irqnr.h easily. Also, this patch unifies CONFIG_SPARSE_IRQ and !CONFIG_SPARSE_IRQ for_each_irq_desc(). Signed-off-by: KOSAKI Motohiro Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed