wade: bluetooth: Remove KERNEL_MISSING_CLOCK_BOOTTIME_ALARM define
authorArne Coucheron <arco68@gmail.com>
Sun, 21 May 2017 04:09:26 +0000 (06:09 +0200)
committerBruno Martins <bgcngm@gmail.com>
Fri, 27 Oct 2023 19:38:16 +0000 (20:38 +0100)
We're using the new alarmtimer interface in the kernel now,
and thus have CLOCK_BOOTTIME_ALARM.

Change-Id: I147f6a08e31f5bbe8629f11cfa31e10e61d3685c

bluetooth/include/bdroid_buildcfg.h

index 1a1097857754030ea90a7d207c8e4c65f35095d5..7f0aa585f859be29012c2426e7221be37e01404d 100644 (file)
@@ -25,7 +25,4 @@
 
 #define BTM_BLE_SCAN_SLOW_INT_1 512
 
-/*fix r311&r321 bt not open*/
-#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
-
 #endif