From: Wolfram Sang Date: Sun, 4 Oct 2009 11:08:16 +0000 (+0200) Subject: i2c-cpm: drop NO_IRQ X-Git-Tag: v2.6.35-rc1~479^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b865a4e7ab3c6c8099fbe83ddf94c982d1d850ea;p=pandora-kernel.git i2c-cpm: drop NO_IRQ Drop NO_IRQ as 0 is the preferred way to describe 'no irq' (http://lkml.org/lkml/2005/11/21/221). This change is safe, as the driver is only used on powerpc, where NO_IRQ is 0 anyhow. Signed-off-by: Wolfram Sang Acked-by: Grant Likely Acked-by: Jochen Friedrich Cc: Ben Dooks --- Reading git-diff-tree failed