From 851c24e263470469fc35f4cffa5fd1ff686dbb11 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 20 Aug 2007 01:18:07 -0700 Subject: [PATCH] musb: Rename dma.h to musb_dma.h Rename dma.h to musb_dma.h Signed-off-by: Tony Lindgren --- drivers/usb/musb/cppi_dma.h | 2 +- drivers/usb/musb/musb_core.h | 2 +- drivers/usb/musb/{dma.h => musb_dma.h} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename drivers/usb/musb/{dma.h => musb_dma.h} (100%) diff --git a/drivers/usb/musb/cppi_dma.h b/drivers/usb/musb/cppi_dma.h index c1218650a3d..1d72c1b1acc 100644 --- a/drivers/usb/musb/cppi_dma.h +++ b/drivers/usb/musb/cppi_dma.h @@ -9,7 +9,7 @@ #include #include -#include "dma.h" +#include "musb_dma.h" #include "musb_core.h" #include "davinci.h" diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h index 3fdb95bbdc5..7c84f942d39 100644 --- a/drivers/usb/musb/musb_core.h +++ b/drivers/usb/musb/musb_core.h @@ -54,7 +54,7 @@ struct musb_ep; #include "debug.h" -#include "dma.h" +#include "musb_dma.h" #ifdef CONFIG_USB_MUSB_SOC /* diff --git a/drivers/usb/musb/dma.h b/drivers/usb/musb/musb_dma.h similarity index 100% rename from drivers/usb/musb/dma.h rename to drivers/usb/musb/musb_dma.h -- 2.41.1