* [PATCH] ath6kl: Include scatterlist.h in hif.h to fix compilation error
@ 2011-08-09 11:27 Vasanthakumar Thiagarajan
2011-08-09 13:58 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Vasanthakumar Thiagarajan @ 2011-08-09 11:27 UTC (permalink / raw)
To: linville; +Cc: linux-wireless, ath6kl-devel
drivers/net/wireless/ath/ath6kl/hif.h:194: error: array type has incomplete element type
commit b7f080cfe223b3b7424872639d153695615a9255 exposes this issue. scatterlist.h used to
get included from dma-mapping.h<-dmaengine.h<-skbuff.h.
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
---
drivers/net/wireless/ath/ath6kl/hif.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/ath/ath6kl/hif.h b/drivers/net/wireless/ath/ath6kl/hif.h
index 465876f..abd8798 100644
--- a/drivers/net/wireless/ath/ath6kl/hif.h
+++ b/drivers/net/wireless/ath/ath6kl/hif.h
@@ -19,6 +19,7 @@
#include "common.h"
#include "core.h"
+#include <linux/scatterlist.h>
#define BUS_REQUEST_MAX_NUM 64
#define HIF_MBOX_BLOCK_SIZE 128
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ath6kl: Include scatterlist.h in hif.h to fix compilation error
2011-08-09 11:27 [PATCH] ath6kl: Include scatterlist.h in hif.h to fix compilation error Vasanthakumar Thiagarajan
@ 2011-08-09 13:58 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2011-08-09 13:58 UTC (permalink / raw)
To: Vasanthakumar Thiagarajan; +Cc: linville, linux-wireless
On 08/09/2011 02:27 PM, Vasanthakumar Thiagarajan wrote:
> drivers/net/wireless/ath/ath6kl/hif.h:194: error: array type has incomplete element type
> commit b7f080cfe223b3b7424872639d153695615a9255 exposes this issue. scatterlist.h used to
> get included from dma-mapping.h<-dmaengine.h<-skbuff.h.
Thanks for the patch. I noticed the same when creating the ath6kl git
tree and I have fixed with a similar patch there. I'm planning to make
that tree available later today.
Kalle
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-09 13:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 11:27 [PATCH] ath6kl: Include scatterlist.h in hif.h to fix compilation error Vasanthakumar Thiagarajan
2011-08-09 13:58 ` Kalle Valo
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).