diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-02-18 14:34:15 -0500 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2019-02-22 03:14:31 -0500 |
| commit | a9443a63283ae7eb78f735341da22bc3a69a464d (patch) | |
| tree | 764c079c4d5b497a0d6d3d70c6bae85527a467d0 /drivers/clk | |
| parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) | |
clk: x86: Move clk-lpss.h to platform_data/x86
clk-lpss.h is solely x86 related header. Move it to correct folder.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk')
| -rw-r--r-- | drivers/clk/x86/clk-lpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/x86/clk-lpt.c b/drivers/clk/x86/clk-lpt.c index 6b40eb89ae19..68bd3abaef2c 100644 --- a/drivers/clk/x86/clk-lpt.c +++ b/drivers/clk/x86/clk-lpt.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include <linux/clk-provider.h> | 13 | #include <linux/clk-provider.h> |
| 14 | #include <linux/err.h> | 14 | #include <linux/err.h> |
| 15 | #include <linux/module.h> | 15 | #include <linux/module.h> |
| 16 | #include <linux/platform_data/clk-lpss.h> | 16 | #include <linux/platform_data/x86/clk-lpss.h> |
| 17 | #include <linux/platform_device.h> | 17 | #include <linux/platform_device.h> |
| 18 | 18 | ||
| 19 | static int lpt_clk_probe(struct platform_device *pdev) | 19 | static int lpt_clk_probe(struct platform_device *pdev) |
