From: Kristian Høgsberg Date: Wed, 20 Dec 2006 00:58:31 +0000 (-0500) Subject: firewire: Add device probing and sysfs integration. X-Git-Tag: v2.6.22-rc1~111^2~136 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19a15b937b26638933307bb02f7b1801310d6eb2;p=pandora-kernel.git firewire: Add device probing and sysfs integration. Signed-off-by: Kristian Høgsberg Signed-off-by: Stefan Richter --- diff --git a/drivers/firewire/Makefile b/drivers/firewire/Makefile index db7020dd02af..da77bc0501e4 100644 --- a/drivers/firewire/Makefile +++ b/drivers/firewire/Makefile @@ -2,6 +2,7 @@ # Makefile for the Linux IEEE 1394 implementation # -fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ + fw-device.o fw-device-cdev.o obj-$(CONFIG_FW) += fw-core.o Reading git-diff-tree failed