diff options
| author | Chirayu Desai <chirayudesai1@gmail.com> | 2016-08-24 18:35:07 +0530 |
|---|---|---|
| committer | Simon Shields <keepcalm444@gmail.com> | 2016-09-24 20:48:47 -0700 |
| commit | 0246edb472d77e7e395ed5f1db69de857849abf9 (patch) | |
| tree | bb987f2314303f8f5e08f842807f63b0792a633f | |
| parent | b02b5a2f220d5e85a8053584d643a861a98e7f1e (diff) | |
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: I738f3a3d4cf979ac8d9b81869ec23bd83d55a76f
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 5cc362d..fae0659 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -20,4 +20,7 @@ #define BTM_DEF_LOCAL_NAME "GT-I9300" +/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */ +#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE + #endif |
