diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-27 09:38:29 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-27 09:38:29 -0400 |
commit | e160124ff6868e53511b16412d2ea91f87936be0 (patch) | |
tree | fc1830b919138fe348003177cf099e3fbb3a8c26 /include/linux/ide.h | |
parent | bdffe5d2717c41945d75b488cfaa401d166cb3dd (diff) |
ide: remove IDE_HFLAG_NO_AUTOTUNE host flag
* Don't set IDE_HFLAG_NO_AUTOTUNE host flag in sgiioc4 and icside
host drivers - there is no need for it as they don't implement
->set_pio_mode method.
* Remove no longer needed IDE_HFLAG_NO_AUTOTUNE host flag.
There should be no functional changes caused by this patch.
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 37d00c2c79c9..0e7d44a6b94a 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1063,8 +1063,6 @@ enum { | |||
1063 | IDE_HFLAG_NO_DMA = (1 << 14), | 1063 | IDE_HFLAG_NO_DMA = (1 << 14), |
1064 | /* check if host is PCI IDE device before allowing DMA */ | 1064 | /* check if host is PCI IDE device before allowing DMA */ |
1065 | IDE_HFLAG_NO_AUTODMA = (1 << 15), | 1065 | IDE_HFLAG_NO_AUTODMA = (1 << 15), |
1066 | /* don't autotune PIO */ | ||
1067 | IDE_HFLAG_NO_AUTOTUNE = (1 << 16), | ||
1068 | /* host is CS5510/CS5520 */ | 1066 | /* host is CS5510/CS5520 */ |
1069 | IDE_HFLAG_CS5520 = IDE_HFLAG_VDMA, | 1067 | IDE_HFLAG_CS5520 = IDE_HFLAG_VDMA, |
1070 | /* no LBA48 */ | 1068 | /* no LBA48 */ |