23 #include <linux/kernel.h>
24 #include <linux/module.h>
34 #define DRV_NAME "pata_palmld"
36 static struct gpio palmld_hdd_gpios[] = {
86 ap->
ops = &palmld_port_ops;
91 ap->ioaddr.cmd_addr = mem + 0x10;
92 ap->ioaddr.altstatus_addr = mem + 0xe;
93 ap->ioaddr.ctl_addr = mem + 0xe;
114 struct ata_host *host = platform_get_drvdata(dev);
131 .probe = palmld_pata_probe,