From: Bartlomiej Zolnierkiewicz Date: Wed, 16 Jul 2008 18:33:40 +0000 (+0200) Subject: icside: don't use hwif->hwif_data X-Git-Tag: v2.6.27-rc1~1049^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26839f09ca2d0f4239e546cd912bc9f4694f3c5e;p=pandora-kernel.git icside: don't use hwif->hwif_data * Move ecard_set_drvdata() from icside_probe() to icside_register_v{5,6}(), then use state->ioc_base instead of hwif->hwif_data in icside_maskproc() and icside_dma_test_irq(). While at it: * Add sel field to struct icside_state, then use state->{sel,ioc_base} instead of ->{select,config}_data in icside_dma_setup(). There should be no functional changes caused by this patch. Cc: Russell King Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed