diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2009-11-03 06:43:23 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 19:19:00 -0400 |
commit | 29412e69007c17d6866a50d0b65fb0d808824370 (patch) | |
tree | e615d91fb34b92db18ac72756e388b83d0a9d02e /drivers/i2c | |
parent | 1df3ab1b9128855400d657a515b87894f29f31f3 (diff) |
i2c-pxa: remove unused macro
Commit
beea494 ([ARM] Remove EEPROM slave emulation from i2c-pxa driver.)
removed all uses of eedbg, so the definition can go, too.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-pxa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-pxa.c b/drivers/i2c/busses/i2c-pxa.c index 14d249f5ed3f..8862640c37f7 100644 --- a/drivers/i2c/busses/i2c-pxa.c +++ b/drivers/i2c/busses/i2c-pxa.c | |||
@@ -217,8 +217,6 @@ static void i2c_pxa_show_state(struct pxa_i2c *i2c, int lno, const char *fname) | |||
217 | #define decode_ICR(val) do { } while (0) | 217 | #define decode_ICR(val) do { } while (0) |
218 | #endif | 218 | #endif |
219 | 219 | ||
220 | #define eedbg(lvl, x...) do { if ((lvl) < 1) { printk(KERN_DEBUG "" x); } } while(0) | ||
221 | |||
222 | static void i2c_pxa_master_complete(struct pxa_i2c *i2c, int ret); | 220 | static void i2c_pxa_master_complete(struct pxa_i2c *i2c, int ret); |
223 | static irqreturn_t i2c_pxa_handler(int this_irq, void *dev_id); | 221 | static irqreturn_t i2c_pxa_handler(int this_irq, void *dev_id); |
224 | 222 | ||