011-fix_compile_3_4.patch 256 B

123456789101112
  1. --- a/driver/wl_linux.c
  2. +++ b/driver/wl_linux.c
  3. @@ -49,7 +49,9 @@
  4. #include <linux/ieee80211.h>
  5. #endif
  6. +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)
  7. #include <asm/system.h>
  8. +#endif
  9. #include <asm/io.h>
  10. #include <asm/irq.h>
  11. #include <asm/pgtable.h>