"Mark A. Greer" <[email protected]> writes: > From: Mark A. Greer <[email protected]> > > Make the dm646x.c specific code include the dm646x.h include file and > not dm644x.h. > > Signed-off-by: Mark A. Greer <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]> Mark, any objectsion to pulling this fix into DaVinci git. Kevin > --- > arch/arm/mach-davinci/dm646x.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c > index 6b13bcc..099443a 100644 > --- a/arch/arm/mach-davinci/dm646x.c > +++ b/arch/arm/mach-davinci/dm646x.c > @@ -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> > -- > 1.6.0.3 > > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
