mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 03:27:13 +08:00
12 lines
310 B
Diff
12 lines
310 B
Diff
--- 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
|