Skip to content

Commit

Permalink
rapide: remove write-only hwif->hwif_data
Browse files Browse the repository at this point in the history
Cc: Russell King <rmk@arm.linux.org.uk>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 26, 2008
1 parent 79127c3 commit ce635f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ide/arm/rapide.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ rapide_probe(struct expansion_card *ec, const struct ecard_id *id)
hwif->mmio = 1;
default_hwif_mmiops(hwif);

hwif->hwif_data = base;

idx[0] = hwif->index;

ide_device_add(idx);
Expand Down

0 comments on commit ce635f6

Please sign in to comment.