diff options
-rw-r--r-- | drivers/firewire/Makefile | 2 | ||||
-rw-r--r-- | drivers/firewire/fw-cdev.c (renamed from drivers/firewire/fw-device-cdev.c) | 2 | ||||
-rw-r--r-- | include/linux/firewire-cdev.h (renamed from drivers/firewire/fw-device-cdev.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/Makefile b/drivers/firewire/Makefile index eddc16c701b5..7f02d6fe7a44 100644 --- a/drivers/firewire/Makefile +++ b/drivers/firewire/Makefile | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ | 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 | obj-$(CONFIG_FIREWIRE) += fw-core.o | 8 | obj-$(CONFIG_FIREWIRE) += fw-core.o |
9 | obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o | 9 | obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o |
diff --git a/drivers/firewire/fw-device-cdev.c b/drivers/firewire/fw-cdev.c index 2910db69ec2c..88b8fd917f54 100644 --- a/drivers/firewire/fw-device-cdev.c +++ b/drivers/firewire/fw-cdev.c | |||
@@ -30,11 +30,11 @@ | |||
30 | #include <linux/mm.h> | 30 | #include <linux/mm.h> |
31 | #include <linux/idr.h> | 31 | #include <linux/idr.h> |
32 | #include <linux/compat.h> | 32 | #include <linux/compat.h> |
33 | #include <linux/firewire-cdev.h> | ||
33 | #include <asm/uaccess.h> | 34 | #include <asm/uaccess.h> |
34 | #include "fw-transaction.h" | 35 | #include "fw-transaction.h" |
35 | #include "fw-topology.h" | 36 | #include "fw-topology.h" |
36 | #include "fw-device.h" | 37 | #include "fw-device.h" |
37 | #include "fw-device-cdev.h" | ||
38 | 38 | ||
39 | /* dequeue_event() just kfree()'s the event, so the event has to be | 39 | /* dequeue_event() just kfree()'s the event, so the event has to be |
40 | * the first field in the struct. */ | 40 | * the first field in the struct. */ |
diff --git a/drivers/firewire/fw-device-cdev.h b/include/linux/firewire-cdev.h index 026c768e3bf1..026c768e3bf1 100644 --- a/drivers/firewire/fw-device-cdev.h +++ b/include/linux/firewire-cdev.h | |||