mirror of https://gitee.com/openkylin/linux.git
s390/pci: remove duplicated define
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>
This commit is contained in:
parent
02f5cb9fe8
commit
4e0cca7d64
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue