[ifxmips] fixes uboot compile error
[openwrt.git] / package / mac80211 / patches / 405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch
index e9bd604..560f8d4 100644 (file)
@@ -7,7 +7,7 @@
 +#include <linux/ath9k_platform.h>
  #include "ath9k.h"
  
- static struct pci_device_id ath_pci_id_table[] __devinitdata = {
+ static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = {
 @@ -52,21 +53,36 @@ static void ath_pci_read_cachesize(struc
  
  static bool ath_pci_eeprom_read(struct ath_common *common, u32 off, u16 *data)
This page took 0.027103 seconds and 4 git commands to generate.