From: Grant Likely Date: Fri, 24 Feb 2012 15:24:17 +0000 (-0700) Subject: irq_domain: Centralize definition of irq_dispose_mapping() X-Git-Tag: v3.4-rc1~172^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d593f25ff263b1a7752b7380f8b7d57809206c40;p=pandora-kernel.git irq_domain: Centralize definition of irq_dispose_mapping() 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 Cc: Rob Herring Cc: "David S. Miller" Cc: Jonas Bonn Cc: sparclinux@vger.kernel.org Cc: linux@lists.openrisc.net --- Reading git-diff-tree failed