Re: [PATCH 2.6.20-rc6][MIPS]Malta: trivial compile error fix

2007-01-25 Thread Ralf Baechle
On Thu, Jan 25, 2007 at 04:25:56PM +0100, Jan Altenberg wrote: > the following patch should fix a compile error for MIPS_MALTA, when > CONFIG_MTD is disabled. Thanks, applied. Btw, git will strip anything below the "---" line from the log message, so you better put the Signed-off-by: line before

[PATCH 2.6.20-rc6][MIPS]Malta: trivial compile error fix

2007-01-25 Thread Jan Altenberg
Hi Ralf, the following patch should fix a compile error for MIPS_MALTA, when CONFIG_MTD is disabled. regards, JAN --- - Fix a compile error for MIPS_MALTA, when CONFIG_MTD is disabled. Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- arch/mips/mips-boards/malta/Makefile |3 ++- 1 fil