From 6435cf580dcab9771a486e21e0f3b5ac77f60770 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Sun, 21 May 2017 06:09:26 +0200 Subject: [PATCH] sabrina: 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 --- bluetooth/include/bdroid_buildcfg.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index 244d112..c4a59df 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -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 -- 2.20.1