summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2016-03-13 21:44:58 +0100
committerSzymon Dziok <b0hoon@o2.pl>2016-03-13 21:44:58 +0100
commit2c7bb67302858f01b74ab73aafa71c095383bda3 (patch)
treef3c3bf932754b4b0e5f2bf1a67c57d889c7952c4
parente0a4dc511387af855ceea72b7839177b85581b51 (diff)
downloadrockbox-2c7bb67.tar.gz
rockbox-2c7bb67.zip
HDD16X0: remove unnecessary define.
Change-Id: If0e8174044b71765190cca89f2e37104b9e673e4
-rw-r--r--firmware/target/arm/philips/hdd1630/powermgmt-hdd1630.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/philips/hdd1630/powermgmt-hdd1630.c b/firmware/target/arm/philips/hdd1630/powermgmt-hdd1630.c
index a5ed80b9ab..3ab5c045b1 100644
--- a/firmware/target/arm/philips/hdd1630/powermgmt-hdd1630.c
+++ b/firmware/target/arm/philips/hdd1630/powermgmt-hdd1630.c
@@ -24,11 +24,6 @@
#include "adc.h"
#include "powermgmt.h"
-#define SMLAL(lo, hi, x, y) \
- asm volatile ("smlal %0, %1, %2, %3" \
- : "+r" (lo), "+r" (hi) \
- : "%r" (x), "r" (y))
-
const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] =
{
3500