From fb8b71e8940adad45e56079b422777dbf9013d0f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 21 Dec 2007 15:48:18 +1100 Subject: [PATCH] --- yaml --- r: 81240 b: refs/heads/master c: 86bcab492cfdbaad144bdfb453b4e9db6117a7a5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-powerpc/pci-bridge.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3ba0bf1d9331..c2eadb0d3ead 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 253772b151ce3944a4bde0f06e0efd19dea8449e +refs/heads/master: 86bcab492cfdbaad144bdfb453b4e9db6117a7a5 diff --git a/trunk/include/asm-powerpc/pci-bridge.h b/trunk/include/asm-powerpc/pci-bridge.h index 9b16d3b17169..07cdb5b786f0 100644 --- a/trunk/include/asm-powerpc/pci-bridge.h +++ b/trunk/include/asm-powerpc/pci-bridge.h @@ -167,7 +167,6 @@ struct pci_dn { int busno; /* pci bus number */ int bussubno; /* pci subordinate bus number */ int devfn; /* pci device and function number */ - int class_code; /* pci device class */ struct pci_controller *phb; /* for pci devices */ struct iommu_table *iommu_table; /* for phb's or bridges */ @@ -177,6 +176,7 @@ struct pci_dn { int pci_ext_config_space; /* for pci devices */ #ifdef CONFIG_EEH + int class_code; /* pci device class */ int eeh_mode; /* See eeh.h for possible EEH_MODEs */ int eeh_config_addr; int eeh_pe_config_addr; /* new-style partition endpoint address */