.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | | - * This program is free software; you can redistribute it and/or modify it |
---|
3 | | - * under the terms of the GNU General Public License version 2 as published |
---|
4 | | - * by the Free Software Foundation. |
---|
5 | 3 | * |
---|
6 | 4 | * Copyright (C) 2015 Nikolay Martynov <mar.kolya@gmail.com> |
---|
7 | 5 | * Copyright (C) 2015 John Crispin <john@phrozen.org> |
---|
.. | .. |
---|
10 | 8 | #include <linux/init.h> |
---|
11 | 9 | |
---|
12 | 10 | #include <linux/of.h> |
---|
13 | | -#include <linux/clk-provider.h> |
---|
| 11 | +#include <linux/of_clk.h> |
---|
14 | 12 | #include <linux/clocksource.h> |
---|
15 | 13 | |
---|
16 | 14 | #include "common.h" |
---|