clk: Forward declare struct of_device_id in linux/clk.h
Forward declare struct of_device_id in linux/clk.h in order to avoid
warnings like the following:

warning: 'struct of_device_id' declared inside parameter list will not be visible outside
of this definition or declaration
 int of_clk_init(struct device_node *root, const struct of_device_id *matches);
                                                        ^~~~~~~~~~~~

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 27f8b69 commit 0c7632c0185739214f584987e348e377341b0b99
@Andrey Smirnov Andrey Smirnov authored on 31 Mar 2018
Sascha Hauer committed on 3 Apr 2018
Showing 1 changed file
View
include/linux/clk.h