[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-backports
Subject:    [PATCH] backports: ifdef some pci functions
From:       Emmanuel Grumbach <emmanuel.grumbach () intel ! com>
Date:       2014-03-03 11:34:21
Message-ID: 1393846461-21087-1-git-send-email-emmanuel.grumbach () intel ! com
[Download RAW message or body]

From: Eliad Peller <eliad@wizery.com>

struct msix_entry entry is defined only when CONFIG_PCI
is defined, resulting in warnings like:

backport-include/linux/pci.h:256:16: warning: 'struct msix_entry' declared inside \
parameter list [enabled by default] backport-include/linux/pci.h:256:16: warning: its \
scope is only this definition or declaration, which is probably not what you want \
[enabled by default]

wrap (also the mock function) with appropriate ifdef CONFIG_PCI.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
---
 backport/backport-include/linux/pci.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/backport/backport-include/linux/pci.h \
b/backport/backport-include/linux/pci.h index 9eeb09b..e438f14 100644
--- a/backport/backport-include/linux/pci.h
+++ b/backport/backport-include/linux/pci.h
@@ -245,6 +245,7 @@ static inline int pci_enable_msi_range(struct pci_dev *dev, int \
minvec,  #endif
 #endif
 
+#ifdef CONFIG_PCI
 #if LINUX_VERSION_CODE < KERNEL_VERSION(3,14,0)
 #define pci_enable_msix_range LINUX_BACKPORT(pci_enable_msix_range)
 #ifdef CONFIG_PCI_MSI
@@ -256,5 +257,6 @@ static inline int pci_enable_msix_range(struct pci_dev *dev,
 { return -ENOSYS; }
 #endif
 #endif
+#endif
 
 #endif /* _BACKPORT_LINUX_PCI_H */
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic