diff options
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | 2015-02-16 14:45:40 +1100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2015-03-17 10:31:18 +1100 |
commit | fa646c3cab032caf94184aef728d7275164c437e (patch) | |
tree | b1e61cc1c4ecec07b8bcbf304d6009ec98c9d11e /arch/powerpc/platforms/powernv/pci.h | |
parent | 01f3bfb7804ae20aaf66884cf537f7dc2cdc1671 (diff) | |
download | linux-fa646c3cab032caf94184aef728d7275164c437e.tar.gz linux-fa646c3cab032caf94184aef728d7275164c437e.tar.bz2 linux-fa646c3cab032caf94184aef728d7275164c437e.zip |
powerpc/powernv: Drop PHB operation err_inject()
The patch drops PHB EEH operation err_inject() and merge its logic
to eeh_ops::err_inject().
Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/powernv/pci.h')
-rw-r--r-- | arch/powerpc/platforms/powernv/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powernv/pci.h b/arch/powerpc/platforms/powernv/pci.h index 6c02ff8dd69f..a9f236229fe0 100644 --- a/arch/powerpc/platforms/powernv/pci.h +++ b/arch/powerpc/platforms/powernv/pci.h @@ -85,8 +85,6 @@ struct pnv_eeh_ops { int (*get_log)(struct eeh_pe *pe, int severity, char *drv_log, unsigned long len); int (*configure_bridge)(struct eeh_pe *pe); - int (*err_inject)(struct eeh_pe *pe, int type, int func, - unsigned long addr, unsigned long mask); int (*next_error)(struct eeh_pe **pe); }; #endif /* CONFIG_EEH */ |