]> err.no Git - linux-2.6/blobdiff - drivers/ide/legacy/qd65xx.c
ide: manage I/O resources in ide_legacy_init_one()
[linux-2.6] / drivers / ide / legacy / qd65xx.c
index 336ef20407f456a82017ec9a0c8e3451f712b304..15a99aae0cf9dc38c16af54bb2b98b092186fe43 100644 (file)
@@ -37,6 +37,8 @@
 #include <asm/system.h>
 #include <asm/io.h>
 
+#define DRV_NAME "qd65xx"
+
 #include "qd65xx.h"
 
 /*
@@ -317,6 +319,7 @@ static const struct ide_port_ops qd6580_port_ops = {
 };
 
 static const struct ide_port_info qd65xx_port_info __initdata = {
+       .name                   = DRV_NAME,
        .chipset                = ide_qd65xx,
        .host_flags             = IDE_HFLAG_IO_32BIT |
                                  IDE_HFLAG_NO_DMA |