From: David S. Miller Date: Thu, 29 Jun 2006 21:39:11 +0000 (-0700) Subject: [SPARC64] power: Do not pass SA_SHIRQ to request_irq(). X-Git-Tag: v2.6.18-rc1~338 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00cde6748255a84beecfdea4caeaf7c9cd05a527;p=pandora-kernel.git [SPARC64] power: Do not pass SA_SHIRQ to request_irq(). This needs to be a unique interrupt source because we do not have a register or similar to poll to make sure the IRQ is really for us. We do not have any dev_id to pass in anyways, and the generic IRQ layer is now enforcing that when SA_SHIRQ is specified, dev_id must be non-NULL. Signed-off-by: David S. Miller --- Reading git-diff-tree failed