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:
parent
5d675643b8
commit
5f382ba670
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue