Skip to content

Commit

Permalink
usb: musb: davinci: fix build breakage
Browse files Browse the repository at this point in the history
Commit 0020afb (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>
  • Loading branch information
Sekhar Nori authored and Felipe Balbi committed Jan 24, 2012
1 parent 37fd371 commit 006896f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/usb/musb/davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 006896f

Please sign in to comment.