浏览代码

usb: musb: davinci: fix build breakage

Commit 0020afb369859472a461ef4af6410732e929d402 (ARM: mach-davinci:
remove mach/memory.h) removed mach/memory.h for DaVinci which broke
DaVinci MUSB build.

mach/memory.h is not actually needed in davinci.c, so remove it.
While at it, also remove some more machine specific inclulde
files which are not needed for build.

Tested on DM644x EVM using USB card reader.

Cc: stable@vger.kernel.org # v3.2
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Sekhar Nori 14 年之前
父节点
当前提交
006896fc61
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      drivers/usb/musb/davinci.c

+ 0 - 3
drivers/usb/musb/davinci.c

@@ -33,9 +33,6 @@
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/dma-mapping.h>
 #include <linux/dma-mapping.h>
 
 
-#include <mach/hardware.h>
-#include <mach/memory.h>
-#include <asm/gpio.h>
 #include <mach/cputype.h>
 #include <mach/cputype.h>
 
 
 #include <asm/mach-types.h>
 #include <asm/mach-types.h>