| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
|---|
| 3 | 4 | * 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. |
|---|
| 8 | 5 | * |
|---|
| 9 | 6 | * Common Clock Framework support for Audio Subsystem Clock Controller. |
|---|
| 10 | 7 | */ |
|---|
| .. | .. |
|---|
| 15 | 12 | #include <linux/clk-provider.h> |
|---|
| 16 | 13 | #include <linux/of_address.h> |
|---|
| 17 | 14 | #include <linux/of_device.h> |
|---|
| 18 | | -#include <linux/syscore_ops.h> |
|---|
| 19 | 15 | #include <linux/module.h> |
|---|
| 20 | 16 | #include <linux/platform_device.h> |
|---|
| 21 | 17 | #include <linux/pm_runtime.h> |
|---|