diff options
| author | Arne Coucheron <arco68@gmail.com> | 2017-05-21 06:09:26 +0200 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2017-05-31 09:07:26 +0300 |
| commit | 94acd0127a2580dd403497e88d064531db786322 (patch) | |
| tree | f874ff3c92c46317504b1f0d8d21519ad13407c4 | |
| parent | 2de00aca28fb9be11cb0a34f681addcf89ed425b (diff) | |
bluetooth: Remove KERNEL_MISSING_CLOCK_BOOTTIME_ALARM define
We're using the new alarmtimer interface in the kernel now,
and thus have CLOCK_BOOTTIME_ALARM.
Change-Id: I147f6a08e31f5bbe8629f11cfa31e10e61d3685c
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 37324fe..83a4996 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -9,6 +9,5 @@ #define HCI_RAW_CMD_INCLUDED FALSE #define SDP_DEBUG FALSE #define BTSNOOP_MEM FALSE -#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE #endif |
