diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-15 16:03:56 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-15 16:03:56 +0200 |
commit | 3d078ce6d786df932a0c00b8a95c0179c616ebc1 (patch) | |
tree | 0b5c170ea71c3052a7345f1846142e5f7cc9ab95 /board/sandburst/common/ppc440gx_i2c.c | |
parent | 6bdf430660531aca5f88faeac8657d91595f5b38 (diff) | |
download | u-boot-imx-3d078ce6d786df932a0c00b8a95c0179c616ebc1.zip u-boot-imx-3d078ce6d786df932a0c00b8a95c0179c616ebc1.tar.gz u-boot-imx-3d078ce6d786df932a0c00b8a95c0179c616ebc1.tar.bz2 |
Coding style cleanup
Diffstat (limited to 'board/sandburst/common/ppc440gx_i2c.c')
-rw-r--r-- | board/sandburst/common/ppc440gx_i2c.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/board/sandburst/common/ppc440gx_i2c.c b/board/sandburst/common/ppc440gx_i2c.c index c3b267c..858b38c 100644 --- a/board/sandburst/common/ppc440gx_i2c.c +++ b/board/sandburst/common/ppc440gx_i2c.c @@ -39,8 +39,6 @@ #ifdef CONFIG_I2C_BUS1 - - #define IIC_OK 0 #define IIC_NOK 1 #define IIC_NOK_LA 2 /* Lost arbitration */ @@ -511,5 +509,4 @@ U_BOOT_CMD( "\n -discover valid I2C chip addresses\n" ); -#endif - +#endif /* CONFIG_I2C_BUS1 */ |