aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-10-20 00:32:29 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-10-20 00:32:29 +0200
commit44a59ad59f4285ce91e61f05e65a3e8fd0943c85 (patch)
treefa0c021f2f684283b099aa2c7e8a540c41edaa52 /include/linux
parentide: add hwif_register_devices() helper (diff)
downloadlinux-dev-44a59ad59f4285ce91e61f05e65a3e8fd0943c85.tar.xz
linux-dev-44a59ad59f4285ce91e61f05e65a3e8fd0943c85.zip
ide: remove unused ->next field from ide_pci_device_t
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 19db0a4ae447..fdd097473055 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1278,7 +1278,6 @@ typedef struct ide_pci_device_s {
void (*fixup)(ide_hwif_t *);
ide_pci_enablebit_t enablebits[2];
unsigned int extra;
- struct ide_pci_device_s *next;
u32 host_flags;
u8 pio_mask;
u8 swdma_mask;