aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-05-21 06:09:26 +0200
committerdoc HD <doc.divxm@gmail.com>2017-05-31 09:07:26 +0300
commit94acd0127a2580dd403497e88d064531db786322 (patch)
treef874ff3c92c46317504b1f0d8d21519ad13407c4
parent2de00aca28fb9be11cb0a34f681addcf89ed425b (diff)
bluetooth: Remove KERNEL_MISSING_CLOCK_BOOTTIME_ALARM define
We're using the new alarmtimer interface in the kernel now, and thus have CLOCK_BOOTTIME_ALARM. Change-Id: I147f6a08e31f5bbe8629f11cfa31e10e61d3685c
-rw-r--r--bluetooth/bdroid_buildcfg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 37324fe..83a4996 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -9,6 +9,5 @@
#define HCI_RAW_CMD_INCLUDED FALSE
#define SDP_DEBUG FALSE
#define BTSNOOP_MEM FALSE
-#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
#endif