All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] avr32 mustn't select HAVE_IDE
@ 2008-04-14 14:16 Adrian Bunk
  2008-04-14 17:54 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2008-04-14 14:16 UTC (permalink / raw
  To: hskinnemoen, bzolnier, Sam Ravnborg; +Cc: linux-ide, linux-kernel

There's a libata based PATA driver for avr32, but no support for 
drivers/ide/ on avr32.

This patch fixes the following compile error:

<--  snip  -->

...
  CC [M]  drivers/ide/ide-cd.o
In file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/ide-cd.c:37:
/home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/ide.h:209:21: error: asm/ide.h: No such file or directory
make[3]: *** [drivers/ide/ide-cd.o] Error 1

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
275f6bec75800cd1a7ba7e89c63a10ae43f0a50c diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index c75d708..28e0caf 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -10,7 +10,6 @@ config AVR32
 	# With EMBEDDED=n, we get lots of stuff automatically selected
 	# that we usually don't need on AVR32.
 	select EMBEDDED
-	select HAVE_IDE
 	select HAVE_OPROFILE
 	select HAVE_KPROBES
 	help


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] avr32 mustn't select HAVE_IDE
  2008-04-14 14:16 [2.6 patch] avr32 mustn't select HAVE_IDE Adrian Bunk
@ 2008-04-14 17:54 ` Sam Ravnborg
  2008-04-15 20:09   ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2008-04-14 17:54 UTC (permalink / raw
  To: Adrian Bunk; +Cc: hskinnemoen, bzolnier, linux-ide, linux-kernel

On Mon, Apr 14, 2008 at 05:16:50PM +0300, Adrian Bunk wrote:
> There's a libata based PATA driver for avr32, but no support for 
> drivers/ide/ on avr32.
> 
> This patch fixes the following compile error:
> 
> <--  snip  -->
> 
> ...
>   CC [M]  drivers/ide/ide-cd.o
> In file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/ide-cd.c:37:
> /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/ide.h:209:21: error: asm/ide.h: No such file or directory
> make[3]: *** [drivers/ide/ide-cd.o] Error 1
> 
> <--  snip  -->
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Obviously correct.
Acked-by: Sam Ravnborg <sam@ravnborg.org>

	Sam

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] avr32 mustn't select HAVE_IDE
  2008-04-14 17:54 ` Sam Ravnborg
@ 2008-04-15 20:09   ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-04-15 20:09 UTC (permalink / raw
  To: Sam Ravnborg; +Cc: Adrian Bunk, hskinnemoen, linux-ide, linux-kernel

On Monday 14 April 2008, Sam Ravnborg wrote:
> On Mon, Apr 14, 2008 at 05:16:50PM +0300, Adrian Bunk wrote:
> > There's a libata based PATA driver for avr32, but no support for 
> > drivers/ide/ on avr32.
> > 
> > This patch fixes the following compile error:
> > 
> > <--  snip  -->
> > 
> > ...
> >   CC [M]  drivers/ide/ide-cd.o
> > In file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/ide-cd.c:37:
> > /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/ide.h:209:21: error: asm/ide.h: No such file or directory
> > make[3]: *** [drivers/ide/ide-cd.o] Error 1
> > 
> > <--  snip  -->
> > 
> > Signed-off-by: Adrian Bunk <bunk@kernel.org>
> Obviously correct.
> Acked-by: Sam Ravnborg <sam@ravnborg.org>

applied

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-15 21:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14 14:16 [2.6 patch] avr32 mustn't select HAVE_IDE Adrian Bunk
2008-04-14 17:54 ` Sam Ravnborg
2008-04-15 20:09   ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.