UWB/WUSB: WHCI drivers should include linux/dma-mapping.h The WHCI HCD and RC drivers use the DMA API and should include linux/dma-mapping.h. Signed-off-by: David Vrabel --- drivers/usb/host/whci/asl.c | 1 + drivers/usb/host/whci/hw.c | 3 +-- drivers/usb/host/whci/init.c | 3 +-- drivers/usb/host/whci/pzl.c | 1 + drivers/usb/host/whci/qset.c | 1 + drivers/uwb/whc-rc.c | 1 + drivers/uwb/whci.c | 1 + 7 files changed, 7 insertions(+), 4 deletions(-) Index: linux-next/drivers/usb/host/whci/asl.c =================================================================== --- linux-next.orig/drivers/usb/host/whci/asl.c 2008-05-27 18:12:59.000000000 +0100 +++ linux-next/drivers/usb/host/whci/asl.c 2008-05-27 18:13:08.000000000 +0100 @@ -16,6 +16,7 @@ * along with this program. If not, see . */ #include +#include #include #include #define D_LOCAL 0 Index: linux-next/drivers/usb/host/whci/hw.c =================================================================== --- linux-next.orig/drivers/usb/host/whci/hw.c 2008-05-27 18:14:09.000000000 +0100 +++ linux-next/drivers/usb/host/whci/hw.c 2008-05-27 18:14:24.000000000 +0100 @@ -15,9 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include #include -#include +#include #include #include "../../wusbcore/wusbhc.h" Index: linux-next/drivers/usb/host/whci/init.c =================================================================== --- linux-next.orig/drivers/usb/host/whci/init.c 2008-05-27 18:13:28.000000000 +0100 +++ linux-next/drivers/usb/host/whci/init.c 2008-05-27 18:13:56.000000000 +0100 @@ -15,9 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include #include -#include +#include #include #include "../../wusbcore/wusbhc.h" Index: linux-next/drivers/usb/host/whci/pzl.c =================================================================== --- linux-next.orig/drivers/usb/host/whci/pzl.c 2008-05-27 18:12:31.000000000 +0100 +++ linux-next/drivers/usb/host/whci/pzl.c 2008-05-27 18:12:54.000000000 +0100 @@ -16,6 +16,7 @@ * along with this program. If not, see . */ #include +#include #include #include #define D_LOCAL 0 Index: linux-next/drivers/usb/host/whci/qset.c =================================================================== --- linux-next.orig/drivers/usb/host/whci/qset.c 2008-05-27 18:13:12.000000000 +0100 +++ linux-next/drivers/usb/host/whci/qset.c 2008-05-27 18:13:21.000000000 +0100 @@ -16,6 +16,7 @@ * along with this program. If not, see . */ #include +#include #include #include Index: linux-next/drivers/uwb/whci.c =================================================================== --- linux-next.orig/drivers/uwb/whci.c 2008-05-27 18:12:06.000000000 +0100 +++ linux-next/drivers/uwb/whci.c 2008-05-27 18:12:18.000000000 +0100 @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #define D_LOCAL 0 Index: linux-next/drivers/uwb/whc-rc.c =================================================================== --- linux-next.orig/drivers/uwb/whc-rc.c 2008-05-27 18:39:20.000000000 +0100 +++ linux-next/drivers/uwb/whc-rc.c 2008-05-27 18:39:34.000000000 +0100 @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include