From: Magnus Damm Date: Wed, 1 Apr 2009 14:20:58 +0000 (+0000) Subject: sh: intc: install enable, disable and shutdown callbacks X-Git-Tag: v2.6.30-rc1~200^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7dd2548c471b1c7758611f6cd6393367d7ff649;p=pandora-kernel.git sh: intc: install enable, disable and shutdown callbacks Modify the intc code to install a disable callback. The current solution without a disable callback results in use of the generic default_disable() function. This function is a no-op so suspend_device_irqs() will not disable any intc interrupts at suspend time without this patch. Also, install enable and shutdown callbacks while at it. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed