From 03a9c91fc8bbe0d688c991326bc296a41663dde5 Mon Sep 17 00:00:00 2001 From: ZjemCiKolege Date: Sat, 9 Sep 2017 16:41:43 +0000 Subject: [PATCH] Revert "bluetooth: Our kernel is missing CLOCK_BOOTTIME_ALARM (alarmtimer)" This reverts commit 4673ef40fd04f9364cce6ac3eaed1c1a4bb4481c. Change-Id: Ice6134adfc1beba17e3a0ac4f775b49f5404a667 --- bluetooth/bdroid_buildcfg.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 1ad7ef2..e6bc46b 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -29,8 +29,4 @@ #define BTA_BLE_SKIP_CONN_UPD FALSE #define BLE_PERIPHERAL_ADV_NAME FALSE #define BT_CLEAN_TURN_ON_DISABLED 1 - -/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */ -#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE - #endif