[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4CB0F28A.6090405@s5r6.in-berlin.de>
Date: Sun, 10 Oct 2010 00:54:02 +0200
From: Stefan Richter <stefanr@...6.in-berlin.de>
To: linux1394-devel@...ts.sourceforge.net
CC: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] ieee1394: move init_ohci1394_dma to drivers/firewire/
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists