From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Buesch Subject: [PATCH] ssb: Include dma-mapping.h Date: Wed, 9 Jul 2008 15:48:45 +0200 Message-ID: <200807091548.45761.mb@bu3sch.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: John Linville Cc: Stephen Rothwell , David Miller , linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-next.vger.kernel.org ssb.h implements DMA mapping functions, so it should include dma-mapping.h. This fixes compile failures on certain architectures. Reported-by: Stephen Rothwell Signed-off-by: Michael Buesch --- John, this is a bugfix for 2.6.27 Index: wireless-testing/include/linux/ssb/ssb.h =================================================================== --- wireless-testing.orig/include/linux/ssb/ssb.h 2008-07-01 23:13:18.000000000 +0200 +++ wireless-testing/include/linux/ssb/ssb.h 2008-07-09 15:43:51.000000000 +0200 @@ -7,6 +7,7 @@ #include #include #include +#include #include -- Greetings Michael. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bu3sch.de ([62.75.166.246]:38260 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754545AbYGINun (ORCPT ); Wed, 9 Jul 2008 09:50:43 -0400 From: Michael Buesch To: John Linville Subject: [PATCH] ssb: Include dma-mapping.h Date: Wed, 9 Jul 2008 15:48:45 +0200 Cc: Stephen Rothwell , David Miller , linux-next@vger.kernel.org, linux-wireless@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <200807091548.45761.mb@bu3sch.de> (sfid-20080709_155047_255572_7CF16147) Sender: linux-wireless-owner@vger.kernel.org List-ID: ssb.h implements DMA mapping functions, so it should include dma-mapping.h. This fixes compile failures on certain architectures. Reported-by: Stephen Rothwell Signed-off-by: Michael Buesch --- John, this is a bugfix for 2.6.27 Index: wireless-testing/include/linux/ssb/ssb.h =================================================================== --- wireless-testing.orig/include/linux/ssb/ssb.h 2008-07-01 23:13:18.000000000 +0200 +++ wireless-testing/include/linux/ssb/ssb.h 2008-07-09 15:43:51.000000000 +0200 @@ -7,6 +7,7 @@ #include #include #include +#include #include -- Greetings Michael.