[package] qos-scripts: Rework qos-stat script
[openwrt.git] / package / switch / src / gpio-bcm947xx.h
index 9417bce..9135f91 100644 (file)
@@ -5,6 +5,10 @@
 #ifndef BCMDRIVER
 #include <linux/ssb/ssb_embedded.h>
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)
+#define ssb ssb_bcm47xx
+#endif
+
 extern struct ssb_bus ssb;
 
 
This page took 0.024093 seconds and 4 git commands to generate.