Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

authored by

Kristian Høgsberg and committed by
Stefan Richter
9640d3d7 abaa5743

+2 -2
+1 -1
drivers/firewire/Makefile
··· 3 3 # 4 4 5 5 fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ 6 - fw-device.o fw-device-cdev.o 6 + fw-device.o fw-cdev.o 7 7 8 8 obj-$(CONFIG_FIREWIRE) += fw-core.o 9 9 obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o
+1 -1
drivers/firewire/fw-device-cdev.c drivers/firewire/fw-cdev.c
··· 30 30 #include <linux/mm.h> 31 31 #include <linux/idr.h> 32 32 #include <linux/compat.h> 33 + #include <linux/firewire-cdev.h> 33 34 #include <asm/uaccess.h> 34 35 #include "fw-transaction.h" 35 36 #include "fw-topology.h" 36 37 #include "fw-device.h" 37 - #include "fw-device-cdev.h" 38 38 39 39 /* dequeue_event() just kfree()'s the event, so the event has to be 40 40 * the first field in the struct. */
drivers/firewire/fw-device-cdev.h include/linux/firewire-cdev.h