commit | 1ef5b816c0eaf84f91106cfc0893069c49e86113 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Oct 10 00:54:02 2010 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Mon Oct 11 14:48:03 2010 +0200 |
tree | 5db2c91a18ce2aa40177c2c968b0ed5f15de251b | |
parent | cb655d0f3d57c23db51b981648e452988c0223f9 [diff] |
ieee1394: move init_ohci1394_dma to drivers/firewire/ because drivers/ieee1394/ will be deleted. 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, replace quadlet_t from ieee1394_types.h by u32 - two or three trivial stylistic changes - __iomem annotation Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>