| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * This program is free software; you can redistribute it and/or |
|---|
| 3 | | - * modify it under the terms of the GNU General Public License |
|---|
| 4 | | - * as published by the Free Software Foundation; either version |
|---|
| 5 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 6 | 3 | * |
|---|
| 7 | 4 | * Based on powerpc version |
|---|
| 8 | 5 | */ |
|---|
| .. | .. |
|---|
| 68 | 65 | unsigned long pfn, |
|---|
| 69 | 66 | unsigned long size, |
|---|
| 70 | 67 | pgprot_t prot); |
|---|
| 71 | | - |
|---|
| 72 | | -#define HAVE_ARCH_PCI_RESOURCE_TO_USER |
|---|
| 73 | 68 | |
|---|
| 74 | 69 | /* This part of code was originally in xilinx-pci.h */ |
|---|
| 75 | 70 | #ifdef CONFIG_PCI_XILINX |
|---|