| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * ALPHAPROJECT AP-SH4AD-0A Support. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2010 ALPHAPROJECT Co.,Ltd. |
|---|
| 5 | 6 | * Copyright (C) 2010 Matt Fleming |
|---|
| 6 | 7 | * Copyright (C) 2010 Paul Mundt |
|---|
| 7 | | - * |
|---|
| 8 | | - * This file is subject to the terms and conditions of the GNU General Public |
|---|
| 9 | | - * License. See the file "COPYING" in the main directory of this archive |
|---|
| 10 | | - * for more details. |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | #include <linux/init.h> |
|---|
| 13 | 10 | #include <linux/platform_device.h> |
|---|
| .. | .. |
|---|
| 18 | 15 | #include <linux/irq.h> |
|---|
| 19 | 16 | #include <linux/clk.h> |
|---|
| 20 | 17 | #include <asm/machvec.h> |
|---|
| 21 | | -#include <asm/sizes.h> |
|---|
| 18 | +#include <linux/sizes.h> |
|---|
| 22 | 19 | |
|---|
| 23 | 20 | /* Dummy supplies, where voltage doesn't matter */ |
|---|
| 24 | 21 | static struct regulator_consumer_supply dummy_supplies[] = { |
|---|