usb: musb: davinci: fix build breakage
authorSekhar Nori <nsekhar@ti.com>
Wed, 28 Dec 2011 06:32:57 +0000 (12:02 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 24 Jan 2012 13:42:08 +0000 (15:42 +0200)
commit006896fc612f11bf0624db7814a75d0d5410855f
tree324495b7836382a83798b18fac3dc51d4aa01b62
parent37fd37108449d574da11aa9055c5c8afb39ff226
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>
drivers/usb/musb/davinci.c