[s3c24xx] glamo: Use dev_pm_ops instead of platform suspend/resume.
[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.019811 seconds and 4 git commands to generate.