clk_notifier_unregister (9) - Linux Manuals

clk_notifier_unregister: change notifier callback

NAME

clk_notifier_unregister - 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