Dominik Brodowski wrote:
Use the config loop helper in pata_pcmcia and ide_cs CC: Tejun Heo <htejun@xxxxxxxxx> CC: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> CC: linux-ide@xxxxxxxxxxxxxxx Signed-off-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/pata_pcmcia.c | 171 ++++++++++++++++++++----------------------- drivers/ide/legacy/ide-cs.c | 156 +++++++++++++++++++-------------------- 2 files changed, 155 insertions(+), 172 deletions(-)
ACKed by Larry Finger <Larry.Finger@xxxxxxxxxxxx> for ide-cs There was one patch rejection when installing onto 2.6.27-rc1:
static int ide_config(struct pcmcia_device *link) { ide_info_t *info = link->priv; - tuple_t tuple; - struct { - u_short buf[128]; - cisparse_t parse; - config_info_t conf; - cistpl_cftable_entry_t dflt; - } *stk = NULL; - cistpl_cftable_entry_t *cfg; - int pass, last_ret = 0, last_fn = 0, is_kme = 0; + struct pcmcia_config_check *stk = NULL; + int last_ret = 0, last_fn = 0, is_kme = 0; unsigned long io_base, ctl_base; ide_hwif_t *hwif;
The last line should be > struct ide_host *host; Larry -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html