Re: [PATCH v2 4/6] PCI/ACPI: Move AER severity defines to aer.h

2013-06-06 Thread Rafael J. Wysocki
On Thursday, June 06, 2013 01:28:28 PM Bjorn Helgaas wrote: > On Thu, Jun 6, 2013 at 12:23 PM, Joe Perches wrote: > > On Thu, 2013-06-06 at 12:10 -0600, Betty Dall wrote: > >> The function aer_recover_queue() is a public interface and the > >> severity argument uses #defines that are in the

Re: [PATCH v2 4/6] PCI/ACPI: Move AER severity defines to aer.h

2013-06-06 Thread Bjorn Helgaas
On Thu, Jun 6, 2013 at 12:23 PM, Joe Perches wrote: > On Thu, 2013-06-06 at 12:10 -0600, Betty Dall wrote: >> The function aer_recover_queue() is a public interface and the >> severity argument uses #defines that are in the private header >> pci/pcie/aer/aerdrv.h. >> >> This patch moves the

Re: [PATCH v2 4/6] PCI/ACPI: Move AER severity defines to aer.h

2013-06-06 Thread Joe Perches
On Thu, 2013-06-06 at 12:10 -0600, Betty Dall wrote: > The function aer_recover_queue() is a public interface and the > severity argument uses #defines that are in the private header > pci/pcie/aer/aerdrv.h. > > This patch moves the #defines from pci/pcie/aer/aerdrv.h to > include/linux/aer.h.

[PATCH v2 4/6] PCI/ACPI: Move AER severity defines to aer.h

2013-06-06 Thread Betty Dall
The function aer_recover_queue() is a public interface and the severity argument uses #defines that are in the private header pci/pcie/aer/aerdrv.h. This patch moves the #defines from pci/pcie/aer/aerdrv.h to include/linux/aer.h. Signed-off-by: Betty Dall --- drivers/pci/pcie/aer/aerdrv.h |

[PATCH v2 4/6] PCI/ACPI: Move AER severity defines to aer.h

2013-06-06 Thread Betty Dall
The function aer_recover_queue() is a public interface and the severity argument uses #defines that are in the private header pci/pcie/aer/aerdrv.h. This patch moves the #defines from pci/pcie/aer/aerdrv.h to include/linux/aer.h. Signed-off-by: Betty Dall betty.d...@hp.com ---

Re: [PATCH v2 4/6] PCI/ACPI: Move AER severity defines to aer.h

2013-06-06 Thread Joe Perches
On Thu, 2013-06-06 at 12:10 -0600, Betty Dall wrote: The function aer_recover_queue() is a public interface and the severity argument uses #defines that are in the private header pci/pcie/aer/aerdrv.h. This patch moves the #defines from pci/pcie/aer/aerdrv.h to include/linux/aer.h. []

Re: [PATCH v2 4/6] PCI/ACPI: Move AER severity defines to aer.h

2013-06-06 Thread Bjorn Helgaas
On Thu, Jun 6, 2013 at 12:23 PM, Joe Perches j...@perches.com wrote: On Thu, 2013-06-06 at 12:10 -0600, Betty Dall wrote: The function aer_recover_queue() is a public interface and the severity argument uses #defines that are in the private header pci/pcie/aer/aerdrv.h. This patch moves the

Re: [PATCH v2 4/6] PCI/ACPI: Move AER severity defines to aer.h

2013-06-06 Thread Rafael J. Wysocki
On Thursday, June 06, 2013 01:28:28 PM Bjorn Helgaas wrote: On Thu, Jun 6, 2013 at 12:23 PM, Joe Perches j...@perches.com wrote: On Thu, 2013-06-06 at 12:10 -0600, Betty Dall wrote: The function aer_recover_queue() is a public interface and the severity argument uses #defines that are in