From: Thomas Gleixner Date: Wed, 23 Mar 2011 12:10:31 +0000 (+0100) Subject: genirq: Provide locked setter for chip, handler, name X-Git-Tag: v2.6.39-rc1~62^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e8461a2ce5e8140b7374eb68af0d09e36e07ff;p=pandora-kernel.git genirq: Provide locked setter for chip, handler, name Some irq_set_type() callbacks need to change the chip and the handler when the trigger mode changes. We have already a (misnomed) setter function for the handler which can be called from irq_set_type(). Provide one which allows to set chip and name as well. Put the misnomed function under the COMPAT switch and provide a replacement. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed