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

Skip to content
Commit afb43e6d authored by Luciano Coelho's avatar Luciano Coelho
Browse files

wlcore: remove if_ops from platform_data



We can't pass pointers from the platform data to the modules, because
with DT it cannot be done.  Those pointers are not set by the board
files anyway.  It's the bus modules that set them, so they can be
safely removed from the platform data without changing any board
files.

Create a new structure that the bus modules pass to wlcore.  This
structure contains the if_ops pointers and a pointer to the actual
platform data.

Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
Reviewed-by: default avatarFelipe Balbi <balbi@ti.com>
parent 3a0a8d96
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