summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/pcf50606-coldfire.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-08-06 09:28:25 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-08-06 09:28:25 +0000
commitd767883a417667ceebf5bb241d02337f34bc8016 (patch)
tree7136c4a1fd24d01176d3790e4b5d49f39cd6267b /firmware/target/coldfire/pcf50606-coldfire.c
parent0307cd16a094b9b03da8fbcf237470ce2ad75cf7 (diff)
downloadrockbox-d767883a417667ceebf5bb241d02337f34bc8016.tar.gz
rockbox-d767883a417667ceebf5bb241d02337f34bc8016.zip
Various files: make functions static if they're local or make sure there is a proper #include if not
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22184 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/coldfire/pcf50606-coldfire.c')
-rw-r--r--firmware/target/coldfire/pcf50606-coldfire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/pcf50606-coldfire.c b/firmware/target/coldfire/pcf50606-coldfire.c
index 03c22a12e9..6206ae4deb 100644
--- a/firmware/target/coldfire/pcf50606-coldfire.c
+++ b/firmware/target/coldfire/pcf50606-coldfire.c
@@ -447,7 +447,7 @@ unsigned char pcf50606_i2c_inb(bool ack)
447 return byte; 447 return byte;
448} 448}
449 449
450int pcf50606_i2c_write(int address, const unsigned char* buf, int count) 450static int pcf50606_i2c_write(int address, const unsigned char* buf, int count)
451{ 451{
452 int i,x=0; 452 int i,x=0;
453 453