From: Arne Coucheron Date: Sun, 21 May 2017 04:09:26 +0000 (+0200) Subject: deadpool: bluetooth: Remove KERNEL_MISSING_CLOCK_BOOTTIME_ALARM define X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=63f2da91fa06aa66a591ccc75adc63130710a175;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_askey_deadpool.git deadpool: 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 --- diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index 82400dd..f89baac 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