Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42253a68 authored by Linas Vepstas's avatar Linas Vepstas Committed by Paul Mackerras
Browse files

[POWERPC] Remove dead EEH code



Remove some dead code.

Signed-off-by: default avatarLinas Vepstas <linas@austin.ibm.com>

----
 arch/powerpc/platforms/pseries/eeh.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 858955bd
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -117,7 +117,6 @@ static unsigned long no_cfg_addr;
static unsigned long ignored_check;
static unsigned long ignored_check;
static unsigned long total_mmio_ffs;
static unsigned long total_mmio_ffs;
static unsigned long false_positives;
static unsigned long false_positives;
static unsigned long ignored_failures;
static unsigned long slot_resets;
static unsigned long slot_resets;


#define IS_BRIDGE(class_code) (((class_code)<<16) == PCI_BASE_CLASS_BRIDGE)
#define IS_BRIDGE(class_code) (((class_code)<<16) == PCI_BASE_CLASS_BRIDGE)
@@ -1221,11 +1220,10 @@ static int proc_eeh_show(struct seq_file *m, void *v)
				"check not wanted=%ld\n"
				"check not wanted=%ld\n"
				"eeh_total_mmio_ffs=%ld\n"
				"eeh_total_mmio_ffs=%ld\n"
				"eeh_false_positives=%ld\n"
				"eeh_false_positives=%ld\n"
				"eeh_ignored_failures=%ld\n"
				"eeh_slot_resets=%ld\n",
				"eeh_slot_resets=%ld\n",
				no_device, no_dn, no_cfg_addr, 
				no_device, no_dn, no_cfg_addr, 
				ignored_check, total_mmio_ffs, 
				ignored_check, total_mmio_ffs, 
				false_positives, ignored_failures, 
				false_positives,
				slot_resets);
				slot_resets);
	}
	}