aboutsummaryrefslogtreecommitdiffstats
path: root/kernels/marlin/tvec_base_deferrable-hack.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernels: marlin: move hack to init from uninitJason A. Donenfeld2019-10-161-4/+4
|
* kernels: marlin: hack around unexported tvec_base_deferrableJason A. Donenfeld2019-10-141-0/+31
Qualcomm made wild changes to the timers in 50f9e740, but in the process they forgot to EXPORT_SYMBOL(tvec_base_deferrable). So, we claw it back the ugly way.