Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Unverified Commit d946d127 authored by atndko's avatar atndko Committed by Michael Bestas
Browse files

soc: qcom: event_timer: Adapt to new timerqueue_head struct

Upstream commit 0135fcb8 "lib/timerqueue: Rely on rbtree semantics for next timer" reworked this and caused a compilation failure.

./drivers/soc/qcom/event_timer.c:54:3: error: field designator 'head' does not refer to any field in type 'typeof(struct timerqueue_head)' (aka 'struct timerqueue_head')
        .head = RB_ROOT,
         ^
./drivers/soc/qcom/event_timer.c:55:3: error: field designator 'next' does not refer to any field in type 'typeof(struct timerqueue_head)' (aka 'struct timerqueue_head')
        .next = NULL,
         ^
2 errors generated.

Change-Id: I6cdd2c599ad33357feb4c557f15f3df0f4a34a05
parent f0f398ff
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment