Skip to content
Snippets Groups Projects
Commit 9640d3d7 authored by Kristian Høgsberg's avatar Kristian Høgsberg Committed by Stefan Richter
Browse files

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

parent abaa5743
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#
fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
fw-device.o fw-device-cdev.o
fw-device.o fw-cdev.o
obj-$(CONFIG_FIREWIRE) += fw-core.o
obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o
......
......@@ -30,11 +30,11 @@
#include <linux/mm.h>
#include <linux/idr.h>
#include <linux/compat.h>
#include <linux/firewire-cdev.h>
#include <asm/uaccess.h>
#include "fw-transaction.h"
#include "fw-topology.h"
#include "fw-device.h"
#include "fw-device-cdev.h"
/* dequeue_event() just kfree()'s the event, so the event has to be
* the first field in the struct. */
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment