| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. |
|---|
| 3 | 4 | * Author: Tomasz Figa <t.figa@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 | * Clock driver for Exynos clock output |
|---|
| 10 | 7 | */ |
|---|
| .. | .. |
|---|
| 12 | 9 | #include <linux/slab.h> |
|---|
| 13 | 10 | #include <linux/clk.h> |
|---|
| 14 | 11 | #include <linux/clk-provider.h> |
|---|
| 12 | +#include <linux/io.h> |
|---|
| 15 | 13 | #include <linux/of.h> |
|---|
| 16 | 14 | #include <linux/of_address.h> |
|---|
| 17 | 15 | #include <linux/syscore_ops.h> |
|---|