From 501fcb589422fbb6c65b0763301e7f2584f7ece9 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Sun, 21 May 2017 06:09:26 +0200 Subject: [PATCH] radxa0: 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 5a600c5..32d9c45 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