Re: [PATCH 08/16] ide: remove -nice0 and -nice2 fields from ide_drive_t

2008-01-22 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * -nice0 and -nice2 ide_drive_t fields are always zero so remove them. * IDE_NICE_0 and IDE_NICE_2 defines from linux/hdreg.h are no longer used by any kernel code so cover them with #ifndef/#endif __KERNEL__. Signed-off-by: Bartlomiej Zolnierkiewicz

[PATCH 08/16] ide: remove -nice0 and -nice2 fields from ide_drive_t

2008-01-21 Thread Bartlomiej Zolnierkiewicz
* -nice0 and -nice2 ide_drive_t fields are always zero so remove them. * IDE_NICE_0 and IDE_NICE_2 defines from linux/hdreg.h are no longer used by any kernel code so cover them with #ifndef/#endif __KERNEL__. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ide.c