]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1d0e680c69bd1c4dc682f05327fe7f1d8f7ab208
tree324495b7836382a83798b18fac3dc51d4aa01b62
parentf19f8207fdf603d7586bc80094c436a6ba8f9f85
usb: musb: davinci: fix build breakage

Commit 95836e82bc04e328c75598e4387b3b9142833098 (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