summaryrefslogtreecommitdiffstats
path: root/include/i2c.h
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-03-26 09:46:42 +0100
committerHeiko Schocher <hs@denx.de>2010-03-29 13:29:12 +0200
commitfd03ea89641d6f6ade6d1a8580c1bb9f52b8542c (patch)
tree830b1a764e1f783fb54cebfd4fda58acb94ea9cd /include/i2c.h
parent2c0dc990202c69a6231122ec2463c4e3076a16f3 (diff)
downloadblackbird-obmc-uboot-fd03ea89641d6f6ade6d1a8580c1bb9f52b8542c.tar.gz
blackbird-obmc-uboot-fd03ea89641d6f6ade6d1a8580c1bb9f52b8542c.zip
i2c: made unused function i2c_mux_add_device static
and removed it from the .h file Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/i2c.h b/include/i2c.h
index 31088b675a..d828964256 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -127,8 +127,6 @@ typedef struct _mux_device {
struct _mux_device *next;
} I2C_MUX_DEVICE;
-int i2c_mux_add_device(I2C_MUX_DEVICE *dev);
-
I2C_MUX_DEVICE *i2c_mux_search_device(int id);
I2C_MUX_DEVICE *i2c_mux_ident_muxstring (uchar *buf);
int i2x_mux_select_mux(int bus);
OpenPOWER on IntegriCloud