aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-02-18 22:34:15 +0300
committerStephen Boyd <sboyd@kernel.org>2019-02-22 00:14:31 -0800
commita9443a63283ae7eb78f735341da22bc3a69a464d (patch)
tree764c079c4d5b497a0d6d3d70c6bae85527a467d0 /drivers/clk
parentLinux 5.0-rc1 (diff)
downloadwireguard-linux-a9443a63283ae7eb78f735341da22bc3a69a464d.tar.xz
wireguard-linux-a9443a63283ae7eb78f735341da22bc3a69a464d.zip
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.c2
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 @@
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/module.h>
-#include <linux/platform_data/clk-lpss.h>
+#include <linux/platform_data/x86/clk-lpss.h>
#include <linux/platform_device.h>
static int lpt_clk_probe(struct platform_device *pdev)