From 33b1555d765a2ba8664d452154636c989756312a Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sun, 27 Aug 2017 10:12:41 -0600 Subject: [PATCH] Revert "bluetooth: Our kernel is missing CLOCK_BOOTTIME_ALARM (alarmtimer)" This reverts commit 5f382ba670b6fd80773cf43ef5e1e1e012656b8c. Change-Id: I285522d8397fa71b363120a4180ea066ea14fe91 --- bluetooth/bdroid_buildcfg.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 1da3630..8ccc6b9 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -20,9 +20,6 @@ #define BTM_DEF_LOCAL_NAME "Samsung Galaxy S5" -/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */ -#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE - #define BTA_DISABLE_DELAY 1000 /* in milliseconds */ #define BTM_WBS_INCLUDED TRUE /* Enable WBS */