commit | fb508b8b39a52a4063d098f5a9b4355bc5b30c14 | [log] [tgz] |
---|---|---|
author | Matthias Fuchs <matthias.fuchs@esd.eu> | Wed Mar 24 10:16:20 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Mar 24 13:06:24 2010 +0100 |
tree | 4a42da1f7acd8afade609fcd2c7f24927ec444cf | |
parent | 152dda3d94e97ede7af3f9560a59a659384d4585 [diff] |
at91: Get rid of some warnings when building for otc570 The soft-i2c code for AT91 defines I2C_SOFT_DECLARATIONS for direct access by dereferencing a pio pointer. The OTC570 platform uses the AT91 gpio API so it does not need the pio variable. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>