diff options
Diffstat (limited to 'drivers/clk/meson/clk-input.c')
| -rw-r--r-- | drivers/clk/meson/clk-input.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/clk/meson/clk-input.c b/drivers/clk/meson/clk-input.c index 06b3e3bb6a66..086226e9dba6 100644 --- a/drivers/clk/meson/clk-input.c +++ b/drivers/clk/meson/clk-input.c | |||
| @@ -7,7 +7,8 @@ | |||
| 7 | #include <linux/clk.h> | 7 | #include <linux/clk.h> |
| 8 | #include <linux/clk-provider.h> | 8 | #include <linux/clk-provider.h> |
| 9 | #include <linux/device.h> | 9 | #include <linux/device.h> |
| 10 | #include "clkc.h" | 10 | #include <linux/module.h> |
| 11 | #include "clk-input.h" | ||
| 11 | 12 | ||
| 12 | static const struct clk_ops meson_clk_no_ops = {}; | 13 | static const struct clk_ops meson_clk_no_ops = {}; |
| 13 | 14 | ||
| @@ -42,3 +43,7 @@ struct clk_hw *meson_clk_hw_register_input(struct device *dev, | |||
| 42 | return ret ? ERR_PTR(ret) : hw; | 43 | return ret ? ERR_PTR(ret) : hw; |
| 43 | } | 44 | } |
| 44 | EXPORT_SYMBOL_GPL(meson_clk_hw_register_input); | 45 | EXPORT_SYMBOL_GPL(meson_clk_hw_register_input); |
| 46 | |||
| 47 | MODULE_DESCRIPTION("Amlogic clock input helper"); | ||
| 48 | MODULE_AUTHOR("Jerome Brunet <jbrunet@baylibre.com>"); | ||
| 49 | MODULE_LICENSE("GPL v2"); | ||
