commit | 85faa8b778b19c19d0c5412edb6a353460b38bc9 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Mon Aug 15 16:03:56 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Mon Aug 15 16:03:56 2005 +0200 |
tree | 0b5c170ea71c3052a7345f1846142e5f7cc9ab95 | |
parent | 72fdb6c51b389085351a3b87053a7c233328b8f4 [diff] [blame] |
Coding style cleanup
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 @@ "\n -discover valid I2C chip addresses\n" ); -#endif - +#endif /* CONFIG_I2C_BUS1 */