linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rt2x00: fix build of rt2800lib
@ 2009-11-08 12:07 Hauke Mehrtens
  2009-11-08 12:25 ` Bartlomiej Zolnierkiewicz
  2009-11-08 12:37 ` Ivo van Doorn
  0 siblings, 2 replies; 6+ messages in thread
From: Hauke Mehrtens @ 2009-11-08 12:07 UTC (permalink / raw)
  To: IvDoorn, gwingerde; +Cc: linux-wireless, users, bzolnier, Hauke Mehrtens

rt2x00usb.h uses lots of definitions from linux/usb.h.
---
 drivers/net/wireless/rt2x00/rt2800lib.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
index 5c7d74a..b601a1a 100644
--- a/drivers/net/wireless/rt2x00/rt2800lib.c
+++ b/drivers/net/wireless/rt2x00/rt2800lib.c
@@ -29,6 +29,7 @@
 
 #include <linux/kernel.h>
 #include <linux/module.h>
+#include <linux/usb.h>
 
 #include "rt2x00.h"
 #ifdef CONFIG_RT2800USB
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-09 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 12:07 [PATCH] rt2x00: fix build of rt2800lib Hauke Mehrtens
2009-11-08 12:25 ` Bartlomiej Zolnierkiewicz
2009-11-08 13:27   ` Hauke Mehrtens
2009-11-08 17:31     ` Bartlomiej Zolnierkiewicz
2009-11-09 22:24       ` Gertjan van Wingerde
2009-11-08 12:37 ` Ivo van Doorn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).