commit | f0ec9e20bab214f4a26e6fdaaf5c2a6b2f2640d7 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <w.sang@pengutronix.de> | Sun Oct 04 13:08:16 2009 +0200 |
committer | Ben Dooks <ben-linux@fluff.org> | Thu May 20 00:19:01 2010 +0100 |
tree | 9c277c9500f2aadb9914d64159af3970785d9f6c | |
parent | b865a4e7ab3c6c8099fbe83ddf94c982d1d850ea [diff] |
i2c-ibm-iic: 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 <w.sang@pengutronix.de> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Sean MacLennan <smaclennan@pikatech.com> Cc: Ben Dooks <ben-linux@fluff.org>