bluetooth: Our kernel is missing CLOCK_BOOTTIME_ALARM (alarmtimer)

* Kernel is still using drivers/rtc/alarm.c, instead of the newer
  kernel/time/alarmtimer.c

Change-Id: I460211a49c962afa71c824ddf3d06066623d9a6d
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
This commit is contained in:
Chirayu Desai 2016-08-24 18:35:07 +05:30 committed by Gerrit Code Review
parent 5d675643b8
commit 5f382ba670
1 changed files with 2 additions and 0 deletions

View File

@ -20,4 +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
#endif