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>
This commit is contained in:
parent
1df3ab1b91
commit
29412e6900
1 changed files with 0 additions and 2 deletions
|
@ -217,8 +217,6 @@ static void i2c_pxa_show_state(struct pxa_i2c *i2c, int lno, const char *fname)
|
|||
#define decode_ICR(val) do { } while (0)
|
||||
#endif
|
||||
|
||||
#define eedbg(lvl, x...) do { if ((lvl) < 1) { printk(KERN_DEBUG "" x); } } while(0)
|
||||
|
||||
static void i2c_pxa_master_complete(struct pxa_i2c *i2c, int ret);
|
||||
static irqreturn_t i2c_pxa_handler(int this_irq, void *dev_id);
|
||||
|
||||
|
|
Loading…
Reference in a new issue