orinoco: add hermes_ops
[deliverable/linux.git] / drivers / net / wireless / orinoco / airport.c
index c60df2c1aca305166313aa5f3fc0e60fd201f9ba..ea23c4fdbf62374e1c92eded04ec9ffa93c0773a 100644 (file)
@@ -195,7 +195,7 @@ airport_attach(struct macio_dev *mdev, const struct of_device_id *match)
        ssleep(1);
 
        /* Reset it before we get the interrupt */
-       hermes_init(hw);
+       hw->ops->init(hw);
 
        if (request_irq(card->irq, orinoco_interrupt, 0, DRIVER_NAME, priv)) {
                printk(KERN_ERR PFX "Couldn't get IRQ %d\n", card->irq);
This page took 0.024822 seconds and 5 git commands to generate.