commit | 1a9f46141397b62613c99a8af1ea19d10cb2ec57 | [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 | 51e2dce18ebe6ce66a679666fa42846e4298acac [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>