diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2009-06-05 16:26:18 +0200 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2009-06-05 16:26:18 +0200 |
commit | e71d31da062095d8b0b02a26fb5e8879e8d3d0de (patch) | |
tree | 6d45660ec489d9d58bad51a02d8d8877b534e81b /drivers/firewire | |
parent | 77c9a5daa9c4d9b37812c9c69c7bcbb3f9399c3c (diff) |
firewire: rename source files
The source files of firewire-core, firewire-ohci, firewire-sbp2, i.e.
"drivers/firewire/fw-*.c"
are renamed to
"drivers/firewire/core-*.c",
"drivers/firewire/ohci.c",
"drivers/firewire/sbp2.c".
The old fw- prefix was redundant to the directory name. The new core-
prefix distinguishes the files according to which driver they belong to.
This change comes a little late, but still before further firewire
drivers are added as anticipated RSN.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire')
-rw-r--r-- | drivers/firewire/Makefile | 8 | ||||
-rw-r--r-- | drivers/firewire/core-card.c (renamed from drivers/firewire/fw-card.c) | 0 | ||||
-rw-r--r-- | drivers/firewire/core-cdev.c (renamed from drivers/firewire/fw-cdev.c) | 0 | ||||
-rw-r--r-- | drivers/firewire/core-device.c (renamed from drivers/firewire/fw-device.c) | 0 | ||||
-rw-r--r-- | drivers/firewire/core-iso.c (renamed from drivers/firewire/fw-iso.c) | 0 | ||||
-rw-r--r-- | drivers/firewire/core-topology.c (renamed from drivers/firewire/fw-topology.c) | 0 | ||||
-rw-r--r-- | drivers/firewire/core-transaction.c (renamed from drivers/firewire/fw-transaction.c) | 0 | ||||
-rw-r--r-- | drivers/firewire/ohci.c (renamed from drivers/firewire/fw-ohci.c) | 0 | ||||
-rw-r--r-- | drivers/firewire/sbp2.c (renamed from drivers/firewire/fw-sbp2.c) | 0 |
9 files changed, 4 insertions, 4 deletions
diff --git a/drivers/firewire/Makefile b/drivers/firewire/Makefile index a7c31e9039c1..bc3b9bf822bf 100644 --- a/drivers/firewire/Makefile +++ b/drivers/firewire/Makefile @@ -2,10 +2,10 @@ # Makefile for the Linux IEEE 1394 implementation # -firewire-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ - fw-device.o fw-cdev.o -firewire-ohci-y += fw-ohci.o -firewire-sbp2-y += fw-sbp2.o +firewire-core-y += core-card.o core-cdev.o core-device.o \ + core-iso.o core-topology.o core-transaction.o +firewire-ohci-y += ohci.o +firewire-sbp2-y += sbp2.o obj-$(CONFIG_FIREWIRE) += firewire-core.o obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o diff --git a/drivers/firewire/fw-card.c b/drivers/firewire/core-card.c index ba6cd70b8518..ba6cd70b8518 100644 --- a/drivers/firewire/fw-card.c +++ b/drivers/firewire/core-card.c diff --git a/drivers/firewire/fw-cdev.c b/drivers/firewire/core-cdev.c index 042c04540474..042c04540474 100644 --- a/drivers/firewire/fw-cdev.c +++ b/drivers/firewire/core-cdev.c diff --git a/drivers/firewire/fw-device.c b/drivers/firewire/core-device.c index 65d84dd6c1de..65d84dd6c1de 100644 --- a/drivers/firewire/fw-device.c +++ b/drivers/firewire/core-device.c diff --git a/drivers/firewire/fw-iso.c b/drivers/firewire/core-iso.c index 28076c892d7e..28076c892d7e 100644 --- a/drivers/firewire/fw-iso.c +++ b/drivers/firewire/core-iso.c diff --git a/drivers/firewire/fw-topology.c b/drivers/firewire/core-topology.c index fddf2b358936..fddf2b358936 100644 --- a/drivers/firewire/fw-topology.c +++ b/drivers/firewire/core-topology.c diff --git a/drivers/firewire/fw-transaction.c b/drivers/firewire/core-transaction.c index 9a6ce9ab2a67..9a6ce9ab2a67 100644 --- a/drivers/firewire/fw-transaction.c +++ b/drivers/firewire/core-transaction.c diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/ohci.c index ecddd11b797a..ecddd11b797a 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/ohci.c diff --git a/drivers/firewire/fw-sbp2.c b/drivers/firewire/sbp2.c index d41cb6e455bc..d41cb6e455bc 100644 --- a/drivers/firewire/fw-sbp2.c +++ b/drivers/firewire/sbp2.c |