#include <linux/err.h>
#include <linux/kernel.h>
#include <linux/notifier.h>
Go to the source code of this file.
clk_add_alias - add a new clock alias : name for clock alias : device name : platform specific clock name : device
Allows using generic clock names for drivers by adding a new alias. Assumes clkdev, see clkdev.h for more info.
Definition at line 239 of file clkdev.c.