commit | 2be1ed349ca268d3867840fd28960785fd3def0b | [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 | 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4 [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>