X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=drivers%2Fdma%2Fioatdma.c;h=dbd4d6c3698e7761849dee0cb019ac7f3366c486;hb=b82631581372dc00b3507cedc3ad47af29efe962;hp=78bf46d917b70eec62feab544ca6b839e482f978;hpb=64d2f0855e50a7185546ee1fbc03c2badc31330f;p=linux-2.6-omap-h63xx.git diff --git a/drivers/dma/ioatdma.c b/drivers/dma/ioatdma.c index 78bf46d917b..dbd4d6c3698 100644 --- a/drivers/dma/ioatdma.c +++ b/drivers/dma/ioatdma.c @@ -828,7 +828,7 @@ static int __init ioat_init_module(void) /* if forced, worst case is that rmmod hangs */ __unsafe(THIS_MODULE); - return pci_module_init(&ioat_pci_drv); + return pci_register_driver(&ioat_pci_drv); } module_init(ioat_init_module);