Skip to content
Snippets Groups Projects
Commit 65b7be59 authored by Federico Vaga's avatar Federico Vaga
Browse files

zio: remove cset operation init() and exit()


At the moment, no known driver use these operations so we can "safely"
remove them from the framework.
We decide to remove init() and exit() because, in the current
implementation, they introduce more problems than they solve.

If you used these functions, we suggest you to move your init()
functions in the probe() function and your exit() functions before
deregister the device.

Signed-off-by: default avatarFederico Vaga <federico.vaga@gmail.com>
Acked-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 1e8ee129
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment