summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2005-07-31 17:52:55 +0000
committerChristian Gmeiner <christian.gmeiner@gmail.com>2005-07-31 17:52:55 +0000
commit102faf473cbafa9d2f3fa06febe3b6c55dcdff75 (patch)
tree81ca9ce0a53519f66c7ecd10c1ef6beda7e1f5df /firmware/drivers
parent4894a06a152fc0da99d8812958c3eb60d40de610 (diff)
oops... fixes red build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7272 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/uda1380.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/uda1380.c b/firmware/drivers/uda1380.c
index 1f31c4c855..8accdc46b3 100644
--- a/firmware/drivers/uda1380.c
+++ b/firmware/drivers/uda1380.c
@@ -29,7 +29,7 @@
#include "file.h"
#include "buffer.h"
-#include "i2c-h100.h"
+#include "i2c-coldfire.h"
#include "uda1380.h"
/* ------------------------------------------------- */