From: Arne Coucheron Date: Sun, 21 May 2017 04:09:26 +0000 (+0200) Subject: sabrina: bluetooth: Remove KERNEL_MISSING_CLOCK_BOOTTIME_ALARM define X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6435cf580dcab9771a486e21e0f3b5ac77f60770;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_google_sabrina.git 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 --- 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