Commit 13840b0b authored by Mark A. Greer's avatar Mark A. Greer Committed by Kevin Hilman

davinci: include correct header file for dm646x specific code

Make the dm646x.c specific code include the dm646x.h include file and
not dm644x.h.
Signed-off-by: default avatarMark A. Greer <mgreer@mvista.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 768b81cb
......@@ -12,7 +12,7 @@
#include <linux/init.h>
#include <linux/clk.h>
#include <mach/dm644x.h>
#include <mach/dm646x.h>
#include <mach/clock.h>
#include <mach/psc.h>
#include <mach/mux.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