summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-08-10 10:38:34 +0200
committerWolfgang Denk <wd@denx.de>2009-08-10 10:38:34 +0200
commit53cc18c71b2b920cca171874c6663e274fa80556 (patch)
treee1b4160fcb45747a52d508d8ad253bbf5fa192d0 /drivers
parentd371708a1beda0f529756e614af785b30461379e (diff)
downloadblackbird-obmc-uboot-53cc18c71b2b920cca171874c6663e274fa80556.tar.gz
blackbird-obmc-uboot-53cc18c71b2b920cca171874c6663e274fa80556.zip
Minor coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/kirkwood_i2c.c1
-rw-r--r--drivers/mmc/mxcmmc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/i2c/kirkwood_i2c.c b/drivers/i2c/kirkwood_i2c.c
index dd30499b3a..37b7d99bd2 100644
--- a/drivers/i2c/kirkwood_i2c.c
+++ b/drivers/i2c/kirkwood_i2c.c
@@ -481,4 +481,3 @@ unsigned int i2c_get_bus_num(void)
return i2c_bus_num;
#endif
}
-
diff --git a/drivers/mmc/mxcmmc.c b/drivers/mmc/mxcmmc.c
index 6282b236e4..d30717661f 100644
--- a/drivers/mmc/mxcmmc.c
+++ b/drivers/mmc/mxcmmc.c
@@ -520,4 +520,3 @@ int mxc_mmc_init(bd_t *bis)
{
return mxcmci_initialize(bis);
}
-
OpenPOWER on IntegriCloud