sabrina: 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>
Thu, 26 Oct 2023 21:49:51 +0000 (22:49 +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 244d11218232f2d763254df1ea39c0ca1bb9a9b7..c4a59df98b66d2eab9d8068fe51e7be0312e97c4 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