|
@@ -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)
|
|
#define decode_ICR(val) do { } while (0)
|
|
#endif
|
|
#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 void i2c_pxa_master_complete(struct pxa_i2c *i2c, int ret);
|
|
static irqreturn_t i2c_pxa_handler(int this_irq, void *dev_id);
|
|
static irqreturn_t i2c_pxa_handler(int this_irq, void *dev_id);
|
|
|
|
|