summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-04 05:29:30 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-04 05:29:30 +0000
commit393f427a112687aa3d17b4fd33dfe402ef11f3c5 (patch)
tree64d3bd99375de9798609104380919250a40d2eb3 /firmware/target/arm/imx31
parentdb7bce570d938f7a3ecccc79e3f5ce659a2cc895 (diff)
downloadrockbox-393f427a112687aa3d17b4fd33dfe402ef11f3c5.tar.gz
rockbox-393f427a112687aa3d17b4fd33dfe402ef11f3c5.zip
dbg_hw_info(): remove duplicate prototypes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31560 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx31')
-rw-r--r--firmware/target/arm/imx31/debug-target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/debug-target.h b/firmware/target/arm/imx31/debug-target.h
index 06b1af3e85..cddafa8812 100644
--- a/firmware/target/arm/imx31/debug-target.h
+++ b/firmware/target/arm/imx31/debug-target.h
@@ -22,7 +22,6 @@
22#define DEBUG_TARGET_H 22#define DEBUG_TARGET_H
23 23
24#define DEBUG_CANCEL BUTTON_BACK 24#define DEBUG_CANCEL BUTTON_BACK
25bool dbg_hw_info(void);
26bool __dbg_dvfs_dptc(void); 25bool __dbg_dvfs_dptc(void);
27 26
28#endif /* DEBUG_TARGET_H */ 27#endif /* DEBUG_TARGET_H */