| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Hitachi UL SolutionEngine 7722 FPGA IRQ Support. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2007 Nobuhiro Iwamatsu |
|---|
| 5 | 6 | * Copyright (C) 2012 Paul Mundt |
|---|
| 6 | | - * |
|---|
| 7 | | - * This file is subject to the terms and conditions of the GNU General Public |
|---|
| 8 | | - * License. See the file "COPYING" in the main directory of this archive |
|---|
| 9 | | - * for more details. |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | #define DRV_NAME "SE7722-FPGA" |
|---|
| 12 | 9 | #define pr_fmt(fmt) DRV_NAME ": " fmt |
|---|
| .. | .. |
|---|
| 17 | 14 | #include <linux/irqdomain.h> |
|---|
| 18 | 15 | #include <linux/io.h> |
|---|
| 19 | 16 | #include <linux/err.h> |
|---|
| 20 | | -#include <asm/sizes.h> |
|---|
| 17 | +#include <linux/sizes.h> |
|---|
| 21 | 18 | #include <mach-se/mach/se7722.h> |
|---|
| 22 | 19 | |
|---|
| 23 | 20 | #define IRQ01_BASE_ADDR 0x11800000 |
|---|