add patch

This commit is contained in:
Phil 2011-11-01 21:06:24 +00:00
parent 6fe3f7bbbe
commit 31e25f4a62

11
tiacx/kernel-3.1.patch Normal file
View File

@ -0,0 +1,11 @@
--- pci.c.orig 2011-11-01 21:59:21.000000000 +0100
+++ pci.c 2011-11-01 22:02:07.000000000 +0100
@@ -56,6 +56,8 @@
#include <linux/pm.h>
#include <linux/vmalloc.h>
#include <linux/dma-mapping.h>
+#include <linux/interrupt.h>
+#include <net/mac80211.h>
#ifdef CONFIG_VLYNQ
#include <linux/vlynq.h>
#endif