lkml.org 
[lkml]   [2002]   [Jul]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] 2.4 IDE core for 2.5
On Tue, Jul 09 2002, Tobias Rittweiler wrote:
> Hello Jens,
>
> Tuesday, July 9, 2002, 12:22:49 PM, you wrote:
>
> JA> *.kernel.org://pub/linux/kernel/people/axboe/patches/v2.5/2.5.25/
>
> After downloading each of the 7 .gz-patches, applying them without any
> complains, I started to compile the new bzImage, but I got an error
> in relation to the FAT support. By switching this support off
> everything'll compile without any further problem though, and I can
> boot from this image even.. :-)

Try doing something ala

#ifdef CONFIG_IDE_25
#include <linux/ide.h> /* IDE xlate */
#else
#include <linux/ide24.h>
#endif

instead of including ide.h directly in fs/partitions/msdos.c

Yeah it's ugly, but it should fix it for now.

--
Jens Axboe

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

\
 
 \ /
  Last update: 2005-03-22 13:27    [W:0.236 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site