projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f5cb9
)
s390/pci: remove duplicated define
author
Sebastian Ott
<sebott@linux.vnet.ibm.com>
Mon, 27 Mar 2017 16:23:01 +0000
(18:23 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Wed, 5 Apr 2017 05:35:21 +0000
(07:35 +0200)
Address space identifiers are already defined in <asm/pci_insn.h>.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/pci/pci.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/pci/pci.c
b/arch/s390/pci/pci.c
index f6ed48c17a9d477499233577df0ef64aec138531..e6cb96a1171fe28cea7c1c55b1205fca60e44e62 100644
(file)
--- a/
arch/s390/pci/pci.c
+++ b/
arch/s390/pci/pci.c
@@
-214,8
+214,6
@@
int zpci_fmb_disable_device(struct zpci_dev *zdev)
return rc;
}
-#define ZPCI_PCIAS_CFGSPC 15
-
static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len)
{
u64 req = ZPCI_CREATE_REQ(zdev->fh, ZPCI_PCIAS_CFGSPC, len);