diff --git a/drivers/dahdi/voicebus/voicebus.c b/drivers/dahdi/voicebus/voicebus.c index a074630..444807f 100644 --- a/drivers/dahdi/voicebus/voicebus.c +++ b/drivers/dahdi/voicebus/voicebus.c @@ -1771,8 +1771,6 @@ __voicebus_init(struct voicebus *vb, const char *board_name, goto cleanup; } - /* \todo This driver should be modified to use the memory mapped I/O - as opposed to IO space for portability and performance. */ if (0 == (pci_resource_flags(vb->pdev, 0)&IORESOURCE_IO)) { dev_err(&vb->pdev->dev, "BAR0 is not IO Memory.\n"); retval = -EIO;