From: Bartlomiej Zolnierkiewicz Date: Sat, 2 Feb 2008 18:56:45 +0000 (+0100) Subject: ide: remove unused ->auto_poll field from ide_hwif_t X-Git-Tag: v2.6.25-rc1~1068^2~33 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b60acab1e74734fc60ee5efd281ecff93f8e993b;p=linux-2.6-omap-h63xx.git ide: remove unused ->auto_poll field from ide_hwif_t Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/include/linux/ide.h b/include/linux/ide.h index 70209148ef5..7f53c6c6df7 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -607,7 +607,6 @@ typedef struct hwif_s { unsigned serialized : 1; /* serialized all channel operation */ unsigned sharing_irq: 1; /* 1 = sharing irq with another hwif */ unsigned reset : 1; /* reset after probe */ - unsigned auto_poll : 1; /* supports nop auto-poll */ unsigned sg_mapped : 1; /* sg_table and sg_nents are ready */ unsigned mmio : 1; /* host uses MMIO */