.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Intel Low Power Subsystem clocks. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2013, Intel Corporation |
---|
5 | 6 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> |
---|
6 | 7 | * 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. |
---|
11 | 8 | */ |
---|
12 | 9 | |
---|
13 | 10 | #include <linux/clk-provider.h> |
---|
14 | 11 | #include <linux/err.h> |
---|
15 | 12 | #include <linux/module.h> |
---|
16 | | -#include <linux/platform_data/clk-lpss.h> |
---|
| 13 | +#include <linux/platform_data/x86/clk-lpss.h> |
---|
17 | 14 | #include <linux/platform_device.h> |
---|
18 | 15 | |
---|
19 | 16 | static int lpt_clk_probe(struct platform_device *pdev) |
---|