Help!

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

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Kernel RSS
Next:  [PATCH] namespaces: fix race at task exit  
Author Message
Jan Altenberg
External


Since: Jan 25, 2007
Posts: 3



PostPosted: Thu Jan 25, 2007 4:30 pm    Post subject: [PATCH 2.6.20-rc6][MIPS]Malta: trivial compile error fix
Archived from groups: linux>kernel (more info?)

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 <jan DeleteThis @linutronix.de>

---
arch/mips/mips-boards/malta/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Index: linux-2.6/arch/mips/mips-boards/malta/Makefile
===================================================================
--- linux-2.6.orig/arch/mips/mips-boards/malta/Makefile
+++ linux-2.6/arch/mips/mips-boards/malta/Makefile
@@ -19,5 +19,6 @@
# under Linux.
#

-obj-y := malta_int.o malta_mtd.o malta_setup.o
+obj-y := malta_int.o malta_setup.o
+obj-$(CONFIG_MTD) += malta_mtd.o
obj-$(CONFIG_SMP) += malta_smp.o


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo DeleteThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Ralf Baechle
External


Since: Apr 27, 2006
Posts: 186



PostPosted: Thu Jan 25, 2007 6:20 pm    Post subject: Re: [PATCH 2.6.20-rc6][MIPS]Malta: trivial compile error fix [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 it.

Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo DeleteThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Kernel All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum