forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/clk/x86/clk-lpt.c
....@@ -1,19 +1,16 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Intel Low Power Subsystem clocks.
34 *
45 * Copyright (C) 2013, Intel Corporation
56 * Authors: Mika Westerberg <mika.westerberg@linux.intel.com>
67 * Heikki Krogerus <heikki.krogerus@linux.intel.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 */
129
1310 #include <linux/clk-provider.h>
1411 #include <linux/err.h>
1512 #include <linux/module.h>
16
-#include <linux/platform_data/clk-lpss.h>
13
+#include <linux/platform_data/x86/clk-lpss.h>
1714 #include <linux/platform_device.h>
1815
1916 static int lpt_clk_probe(struct platform_device *pdev)