radxa0: 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:04:45 +0000 (22:04 +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 5a600c5184808b15cc8e9107bdf9c64adcae6c60..32d9c45089de067bf15936e4be4d06a922de783c 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