Signed-off-by: Patrick Ziegler <patrick.ziegler@xxxxxxxx> --- backport/compat/compat-2.6.25.c | 2 ++ backport/compat/compat-2.6.28.c | 1 + 2 files changed, 3 insertions(+) diff --git a/backport/compat/compat-2.6.25.c b/backport/compat/compat-2.6.25.c index b3597ea..37407a4 100644 --- a/backport/compat/compat-2.6.25.c +++ b/backport/compat/compat-2.6.25.c @@ -210,6 +210,7 @@ EXPORT_SYMBOL_GPL(sg_alloc_table); * to it. We implement a sloppy work around for backporting * this. */ +#ifdef CONFIG_PCI int pci_enable_device_mem(struct pci_dev *dev) { int bars = pci_select_bars(dev, IORESOURCE_MEM); @@ -217,6 +218,7 @@ int pci_enable_device_mem(struct pci_dev *dev) return pci_enable_device_bars(dev, bars); } EXPORT_SYMBOL_GPL(pci_enable_device_mem); +#endif /** * The following things are out of ./lib/vsprintf.c diff --git a/backport/compat/compat-2.6.28.c b/backport/compat/compat-2.6.28.c index e47626b..2ff6b1e 100644 --- a/backport/compat/compat-2.6.28.c +++ b/backport/compat/compat-2.6.28.c @@ -12,6 +12,7 @@ #include <linux/usb.h> #include <linux/tty.h> #include <linux/skbuff.h> +#include <linux/pci.h> #include <asm/poll.h> /* 2.6.28 compat code goes here */ -- 1.8.1.2 -- Dipl.-Inf. (FH) Patrick Ziegler University Of Applied Sciences Kaiserslautern Amerikastrasse 1 D-66482 Zweibruecken Germany Phone: +49 631 3724 5526 Mail: patrick.ziegler@xxxxxxxx PGP KeyID 0xB4796B8C http://www.fh-kl.de http://www.fh-kl.de/fachbereiche/imst/iuk-knowhow.html -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html