.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * SDK7786 FPGA SRAM Support. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2010 Paul Mundt |
---|
5 | | - * |
---|
6 | | - * This file is subject to the terms and conditions of the GNU General Public |
---|
7 | | - * License. See the file "COPYING" in the main directory of this archive |
---|
8 | | - * for more details. |
---|
9 | 6 | */ |
---|
10 | 7 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
---|
11 | 8 | |
---|
.. | .. |
---|
16 | 13 | #include <linux/string.h> |
---|
17 | 14 | #include <mach/fpga.h> |
---|
18 | 15 | #include <asm/sram.h> |
---|
19 | | -#include <asm/sizes.h> |
---|
| 16 | +#include <linux/sizes.h> |
---|
20 | 17 | |
---|
21 | 18 | static int __init fpga_sram_init(void) |
---|
22 | 19 | { |
---|