]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: x86: Move clk-lpss.h to platform_data/x86
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 18 Feb 2019 19:34:15 +0000 (22:34 +0300)
committerStephen Boyd <sboyd@kernel.org>
Fri, 22 Feb 2019 08:14:31 +0000 (00:14 -0800)
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>
drivers/acpi/acpi_lpss.c
drivers/clk/x86/clk-lpt.c
include/linux/platform_data/x86/clk-lpss.h [moved from include/linux/platform_data/clk-lpss.h with 100% similarity]

index 5f94c35d165fe917151fa90127819b6f1d686db3..1e2a10a06b9dcec92accab9e1fd6e485cb19e052 100644 (file)
@@ -18,7 +18,7 @@
 #include <linux/mutex.h>
 #include <linux/pci.h>
 #include <linux/platform_device.h>
-#include <linux/platform_data/clk-lpss.h>
+#include <linux/platform_data/x86/clk-lpss.h>
 #include <linux/platform_data/x86/pmc_atom.h>
 #include <linux/pm_domain.h>
 #include <linux/pm_runtime.h>
index 6b40eb89ae190c7c05b3d12d235346662d162e3a..68bd3abaef2c677f98a89b457a0714c46e7da341 100644 (file)
@@ -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)