Sudhakar Rajashekhara <[EMAIL PROTECTED]> writes: > Source: Texas Instruments Inc. > Type: Enhancement > Signed-off-by: Sudhakar Rajashekhara <[EMAIL PROTECTED]> > Description: > Replaces occurrences of dm6443 with dm644x. > --- > include/asm-arm/arch-davinci/cpu.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/asm-arm/arch-davinci/cpu.h > b/include/asm-arm/arch-davinci/cpu.h > index c7d190b..2f8ce78 100644 > --- a/include/asm-arm/arch-davinci/cpu.h > +++ b/include/asm-arm/arch-davinci/cpu.h
You can drop the MV-style patch header. All that's needed is the description and the signoff. Also a minor corection in the whitespace of the Subject. It should be of the form: [PATCH m/n] ARM: DaVinci: <short summary> > @@ -25,7 +25,7 @@ static inline int cpu_is_davinci_dm ##type (void) \ > } > > /* following generates the cpu_is_davinci_dmxxx */ > -IS_DAVINCI_CPU(6443, 0x6443) /* cpu_is_davinci_dm6443() */ > +IS_DAVINCI_CPU(644x, 0x6446) /* cpu_is_davinci_dm644x() */ > IS_DAVINCI_CPU(6467, 0x6467) /* cpu_is_davinci_dm6467() */ > IS_DAVINCI_CPU(350, 0x350) /* cpu_is_davinci_dm350() */ _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
