aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2011-12-28 12:02:57 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-03 09:22:14 -0800
commit8df2b7563cdac05f834dee4f4743028f69ba1639 (patch)
tree4ca13d766e7301520b39578e6fee28a1dac01d4a /drivers/usb/musb
parent2089fa6dd5ce37586408a28e5a4f446c62984f76 (diff)
downloadkernel_samsung_smdk4412-8df2b7563cdac05f834dee4f4743028f69ba1639.zip
kernel_samsung_smdk4412-8df2b7563cdac05f834dee4f4743028f69ba1639.tar.gz
kernel_samsung_smdk4412-8df2b7563cdac05f834dee4f4743028f69ba1639.tar.bz2
usb: musb: davinci: fix build breakage
commit 006896fc612f11bf0624db7814a75d0d5410855f upstream. 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. Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/davinci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c
index f9a3f62..7c569f5 100644
--- a/drivers/usb/musb/davinci.c
+++ b/drivers/usb/musb/davinci.c
@@ -33,9 +33,6 @@
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
-#include <mach/hardware.h>
-#include <mach/memory.h>
-#include <asm/gpio.h>
#include <mach/cputype.h>
#include <asm/mach-types.h>