hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/clk/samsung/clk-exynos-audss.c
....@@ -1,10 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
34 * Author: Padmavathi Venna <padma.v@samsung.com>
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
85 *
96 * Common Clock Framework support for Audio Subsystem Clock Controller.
107 */
....@@ -15,7 +12,6 @@
1512 #include <linux/clk-provider.h>
1613 #include <linux/of_address.h>
1714 #include <linux/of_device.h>
18
-#include <linux/syscore_ops.h>
1915 #include <linux/module.h>
2016 #include <linux/platform_device.h>
2117 #include <linux/pm_runtime.h>