Re: [PATCH 1/2] ieee1394: move init_ohci1394_dma to drivers/firewire/

From: Stefan Richter
Date: Sat Oct 09 2010 - 18:54:18 EST


Stefan Richter wrote:
> Additional changes:
> - add some #include directives
> - adjust to use firewire/ohci.h instead of ieee1394/ohci1394.h,
> replace struct ti_ohci by a minimal struct ohci,
[...]
> +struct ohci {
> + struct pci_dev *dev;
> + void __iomem *registers;
> +};

The dev member is actually unused to. I'll remove it but keep the now rather
useless struct ohci so that the code stays similar to ohci.c.
--
Stefan Richter
-=====-==-=- =-=- -=-=-
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/