/* 2.6.27 compat code goes here */
-#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28) */
-
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29))
-
-/* 2.6.28 compat code goes here */
-
void __iomem *pci_ioremap_bar(struct pci_dev *pdev, int bar)
{
/*
}
EXPORT_SYMBOL_GPL(pci_ioremap_bar);
+#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28) */
+
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29))
+
+/* 2.6.28 compat code goes here */
+
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29) */
#ifndef ETH_P_PAE
#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
#endif
-#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)) */
-
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29))
#include <linux/pci.h>
void __iomem *pci_ioremap_bar(struct pci_dev *pdev, int bar);
+#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)) */
+
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29))
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)) */
#endif /* LINUX_26_COMPAT_H */