forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/ralink/timer-gic.c
....@@ -1,7 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
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.
53 *
64 * Copyright (C) 2015 Nikolay Martynov <mar.kolya@gmail.com>
75 * Copyright (C) 2015 John Crispin <john@phrozen.org>
....@@ -10,7 +8,7 @@
108 #include <linux/init.h>
119
1210 #include <linux/of.h>
13
-#include <linux/clk-provider.h>
11
+#include <linux/of_clk.h>
1412 #include <linux/clocksource.h>
1513
1614 #include "common.h"