From: Mike Marciniszyn Date: Wed, 4 Mar 2015 17:30:44 +0000 (-0500) Subject: Correct HAVE_PCI_DEV_PCIE_MPSS spelling X-Git-Tag: vofed-3.18~21 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4f7837df4805267af03a6655b44a7f5c3f7f1891;p=~emulex%2Ffor-vlad%2Fcompat.git Correct HAVE_PCI_DEV_PCIE_MPSS spelling Commit fef932831471 ("autoconf options for qib driver for RHEL 6.6) introduced a build warning because of a spelling error. Signed-off-by: Mike Marciniszyn --- diff --git a/compat/compat-3.13.c b/compat/compat-3.13.c index 3f6cdc8..029b8a4 100644 --- a/compat/compat-3.13.c +++ b/compat/compat-3.13.c @@ -27,7 +27,7 @@ EXPORT_SYMBOL(pcie_get_mps); int pcie_set_mps(struct pci_dev *dev, int mps) { u16 v; -#ifndef HAVE_PIC_DEV_PCIE_MPSS +#ifndef HAVE_PCI_DEV_PCIE_MPSS int pos; u16 reg16; #endif