backports: fix pci_platform_rom backport
authorJohannes Berg <johannes.berg@intel.com>
Mon, 15 Apr 2013 10:38:59 +0000 (12:38 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 15 Apr 2013 10:39:16 +0000 (12:39 +0200)
pci_platform_rom() actually made it into 3.9, so
only provide it for kernels before that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/backport-include/linux/pci.h

index 99091d5dc2cf1ddce6a9f220b10bdb80ec9a2c61..b223879dbe5a684cb8009f6c25e5c7d24a91aad9 100644 (file)
@@ -134,7 +134,7 @@ static inline int pcie_capability_clear_dword(struct pci_dev *dev, int pos,
 }
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,9,0)
 /*
  * DRM requires this, but we can't really backport it well
  */