Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e71d31da authored by Stefan Richter's avatar Stefan Richter
Browse files

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: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 77c9a5da
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -2,10 +2,10 @@
# Makefile for the Linux IEEE 1394 implementation
# Makefile for the Linux IEEE 1394 implementation
#
#


firewire-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
firewire-core-y += core-card.o core-cdev.o core-device.o \
                   fw-device.o fw-cdev.o
                   core-iso.o core-topology.o core-transaction.o
firewire-ohci-y += fw-ohci.o
firewire-ohci-y += ohci.o
firewire-sbp2-y += fw-sbp2.o
firewire-sbp2-y += sbp2.o


obj-$(CONFIG_FIREWIRE) += firewire-core.o
obj-$(CONFIG_FIREWIRE) += firewire-core.o
obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading