From: Sekhar Nori Date: Wed, 28 Dec 2011 06:32:57 +0000 (+0530) Subject: usb: musb: davinci: fix build breakage X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=006896fc612f11bf0624db7814a75d0d5410855f;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index f9a3f62a83b5..7c569f51212a 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c @@ -33,9 +33,6 @@ #include #include -#include -#include -#include #include #include