From: Milton Miller Date: Tue, 10 May 2011 19:30:04 +0000 (+0000) Subject: powerpc: Remove i8259 irq_host_ops->unmap X-Git-Tag: v3.0-rc1~385^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee342bdc3d7e2cba4be6d1eece56efec9d3809f;p=pandora-kernel.git powerpc: Remove i8259 irq_host_ops->unmap It was never called because the host is always IRQ_HOST_MAP_LEGACY. And what it purported to do was mask the interrupt (which will already have happend if we shutdown the interrupt), then synchronise_irq and clear the chip pointer, both of which will have been be done by the caller were we to call unmap on a legacy irq. Signed-off-by: Milton Miller Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed