clk_notifier_unregister(9) change notifier callback

SYNOPSIS

int clk_notifier_unregister(struct clk * clk, struct notifier_block * nb);

ARGUMENTS

clk

clock whose rate we are no longer interested in

nb

notifier block which will be unregistered

COPYRIGHT