backfire: ar71xx: populate LED configuration for WZR-HP-G300NH (backport of r24642)
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / dev-ap94-pci.h
index b5803d8bb92f0e66bd1e980634f70ae9fe8370b3..e69ba55e538d42f22d1741db13877cb18046d197 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  Atheros AP94 reference board PCI initialization
  *
- *  Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
+ *  Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org>
  *
  *  This program is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License version 2 as published
 #ifndef _AR71XX_DEV_AP94_PCI_H
 #define _AR71XX_DEV_AP94_PCI_H
 
-#include <linux/spi/flash.h>
-
 #if defined(CONFIG_AR71XX_DEV_AP94_PCI)
 void ap94_pci_init(u8 *cal_data0, u8 *mac_addr0,
                   u8 *cal_data1, u8 *mac_addr1) __init;
+
+void ap94_pci_enable_quirk_wndr3700(void) __init;
+
 #else
 static inline void ap94_pci_init(u8 *cal_data0, u8 *mac_addr0,
-                                u8 *cal_data1, u8 *mac_addr1)
-{
-}
+                                u8 *cal_data1, u8 *mac_addr1) {}
+
+static inline void ap94_pci_enable_quirk_wndr3700(void) {}
 #endif
 
 #endif /* _AR71XX_DEV_AP94_PCI_H */