From 832c60f23ea2661704b38f1e77fa0c535bbe966d Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 16 Jan 2011 14:18:18 +0000 Subject: Refactor SysFS code to dahdi-sysfs.c * Refactor SysFS and device-related code to drivers/dahdi/dahdi-sysfs.c . * Move common headers to drivers/dahdi/dahdi.h . This commit merely moves existing code and should have no functional change. Signed-off-by: Tzafrir Cohen Acked-by: Shaun Ruffell Acked-by: Oron Peled git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9628 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dahdi/Kbuild') diff --git a/drivers/dahdi/Kbuild b/drivers/dahdi/Kbuild index 3fe2e28..1494713 100644 --- a/drivers/dahdi/Kbuild +++ b/drivers/dahdi/Kbuild @@ -76,7 +76,7 @@ CFLAGS_dahdi_dynamic_ethmf.o := -DNEW_SKB_LINEARIZE endif endif -dahdi-objs := dahdi-base.o +dahdi-objs := dahdi-base.o dahdi-sysfs.o ############################################################################### # Find appropriate ARCH value for VPMADT032 and HPEC binary modules -- cgit v1.2.3