Bartlomiej Zolnierkiewicz 7299a39184 ide: remove hwif->intrproc
Given that:

* hpt366.c::hpt3xx_intrproc() is the only user of hwif->intrproc

* hpt366.c::hpt3xx_quirkproc() sets drive->quirk_list to 1 for quirky drives
  which is a value unique to hpt366 host driver

we can remove hwif->intproc and just check for drive->quirk_list == 1
in ide_do_request().

Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-01-25 22:17:14 +01:00
..
2007-10-20 00:32:32 +02:00
2007-11-27 21:35:57 +01:00
2008-01-25 22:17:14 +01:00
2008-01-25 22:17:13 +01:00
2008-01-25 22:17:14 +01:00
2008-01-25 22:17:13 +01:00
2008-01-25 22:17:12 +01:00
2007-10-20 00:32:32 +02:00
2008-01-25 22:17:13 +01:00
2007-10-20 00:32:31 +02:00
2008-01-25 22:17:14 +01:00