summaryrefslogtreecommitdiff
path: root/board/freescale/common/pq-mds-pib.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-01-16 22:06:51 +0100
committerWolfgang Denk <wd@denx.de>2008-01-16 22:06:51 +0100
commit4c9e98ace78e7de972adf7da7135a46ec0a4ee7e (patch)
tree286b22158fa780deb3fcad84f126e40315af6902 /board/freescale/common/pq-mds-pib.c
parent5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3 (diff)
parent16c3cde050e2d243e62b37486f1558570787beb8 (diff)
downloadu-boot-imx-4c9e98ace78e7de972adf7da7135a46ec0a4ee7e.zip
u-boot-imx-4c9e98ace78e7de972adf7da7135a46ec0a4ee7e.tar.gz
u-boot-imx-4c9e98ace78e7de972adf7da7135a46ec0a4ee7e.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
Diffstat (limited to 'board/freescale/common/pq-mds-pib.c')
-rw-r--r--board/freescale/common/pq-mds-pib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/common/pq-mds-pib.c b/board/freescale/common/pq-mds-pib.c
index e4f96e8..6c72aa1 100644
--- a/board/freescale/common/pq-mds-pib.c
+++ b/board/freescale/common/pq-mds-pib.c
@@ -12,8 +12,6 @@
#include <i2c.h>
#include <asm/io.h>
-#ifdef CONFIG_PQ_MDS_PIB
-
#include "pq-mds-pib.h"
int pib_init(void)
@@ -102,4 +100,3 @@ int pib_init(void)
i2c_set_bus_num(orig_i2c_bus);
return 0;
}
-#endif /* CONFIG_PQ_MDS_PIB */