]> Pileus Git - ~andy/linux/blobdiff - drivers/pcmcia/m8xx_pcmcia.c
drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended
[~andy/linux] / drivers / pcmcia / m8xx_pcmcia.c
index f2f90a7d3e12279b0684dfc903a95ae2ed2c6893..f0ecad99ce819d0af8ac77467e2bce332bdc7bc8 100644 (file)
@@ -1149,7 +1149,7 @@ static struct pccard_operations m8xx_services = {
        .set_mem_map = m8xx_set_mem_map,
 };
 
-static int __init m8xx_probe(struct of_device *ofdev,
+static int __init m8xx_probe(struct platform_device *ofdev,
                             const struct of_device_id *match)
 {
        struct pcmcia_win *w;
@@ -1249,7 +1249,7 @@ static int __init m8xx_probe(struct of_device *ofdev,
        return 0;
 }
 
-static int m8xx_remove(struct of_device *ofdev)
+static int m8xx_remove(struct platform_device *ofdev)
 {
        u32 m, i;
        struct pcmcia_win *w;