Commit ff91e54b authored by Kevin Hilman's avatar Kevin Hilman

MUSB: build fixes for DaVinci after ARM headers move

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent ac67e5b6
......@@ -32,9 +32,9 @@
#include <linux/io.h>
#include <linux/gpio.h>
#include <asm/arch/hardware.h>
#include <asm/arch/memory.h>
#include <asm/arch/gpio.h>
#include <mach/hardware.h>
#include <mach/memory.h>
#include <mach/gpio.h>
#include <asm/mach-types.h>
#include "musb_core.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment