projects
/
GitHub
/
LineageOS
/
G12
/
android_device_radxa_radxa0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28d720d
)
radxa0: bluetooth: Remove KERNEL_MISSING_CLOCK_BOOTTIME_ALARM define
author
Arne Coucheron
<arco68@gmail.com>
Sun, 21 May 2017 04:09:26 +0000
(06:09 +0200)
committer
Bruno Martins
<bgcngm@gmail.com>
Thu, 26 Oct 2023 21:04:45 +0000
(22:04 +0100)
We're using the new alarmtimer interface in the kernel now,
and thus have CLOCK_BOOTTIME_ALARM.
Change-Id: I147f6a08e31f5bbe8629f11cfa31e10e61d3685c
bluetooth/include/bdroid_buildcfg.h
patch
|
blob
|
blame
|
history
diff --git
a/bluetooth/include/bdroid_buildcfg.h
b/bluetooth/include/bdroid_buildcfg.h
index 5a600c5184808b15cc8e9107bdf9c64adcae6c60..32d9c45089de067bf15936e4be4d06a922de783c 100644
(file)
--- a/
bluetooth/include/bdroid_buildcfg.h
+++ b/
bluetooth/include/bdroid_buildcfg.h
@@
-25,7
+25,4
@@
#define BTM_BLE_SCAN_SLOW_INT_1 512
-/*fix r311&r321 bt not open*/
-#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
-
#endif