| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/mach-ep93xx/clock.c |
|---|
| 3 | 4 | * Clock control for Cirrus EP93xx chips. |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 9 | | - * the Free Software Foundation; either version 2 of the License, or (at |
|---|
| 10 | | - * your option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | #define pr_fmt(fmt) "ep93xx " KBUILD_MODNAME ": " fmt |
|---|
| .. | .. |
|---|
| 20 | 16 | #include <linux/io.h> |
|---|
| 21 | 17 | #include <linux/spinlock.h> |
|---|
| 22 | 18 | #include <linux/clkdev.h> |
|---|
| 19 | +#include <linux/soc/cirrus/ep93xx.h> |
|---|
| 23 | 20 | |
|---|
| 24 | | -#include <mach/hardware.h> |
|---|
| 21 | +#include "hardware.h" |
|---|
| 25 | 22 | |
|---|
| 26 | 23 | #include <asm/div64.h> |
|---|
| 27 | 24 | |
|---|