summaryrefslogtreecommitdiffstats
path: root/board/sandburst/common/ppc440gx_i2c.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-15 16:03:56 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-15 16:03:56 +0200
commit3d078ce6d786df932a0c00b8a95c0179c616ebc1 (patch)
tree0b5c170ea71c3052a7345f1846142e5f7cc9ab95 /board/sandburst/common/ppc440gx_i2c.c
parent6bdf430660531aca5f88faeac8657d91595f5b38 (diff)
downloadtalos-obmc-uboot-3d078ce6d786df932a0c00b8a95c0179c616ebc1.tar.gz
talos-obmc-uboot-3d078ce6d786df932a0c00b8a95c0179c616ebc1.zip
Coding style cleanup
Diffstat (limited to 'board/sandburst/common/ppc440gx_i2c.c')
-rw-r--r--board/sandburst/common/ppc440gx_i2c.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/board/sandburst/common/ppc440gx_i2c.c b/board/sandburst/common/ppc440gx_i2c.c
index c3b267c494..858b38cecc 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 */
OpenPOWER on IntegriCloud