commit | 8d370f79fe2c0cf77cce8a1bb2f0c3cb83fbe328 | [log] [tgz] |
---|---|---|
author | Lei Wen <leiwen@marvell.com> | Fri Sep 30 05:43:48 2011 +0000 |
committer | Heiko Schocher <hs@denx.de> | Mon Oct 03 11:47:07 2011 +0200 |
tree | 972ee2b164ef7b466cf13abef977620e0a0f0088 | |
parent | b7cb6f779d6522fb477386003e99968a181546eb [diff] |
I2C: mv_i2c: fix build issue when enable debug option When DEBUG_I2C is open, the following build issue would shows up. mv_i2c.c: In function 'i2c_transfer': mv_i2c.c:257: error: 'ISR' undeclared (first use in this function) mv_i2c.c:257: error: (Each undeclared identifier is reported only once mv_i2c.c:257: error: for each function it appears in.) Signed-off-by: Lei Wen <leiwen@marvell.com>