From ab44f81dde27cb645a2934e71956b40dc1eb581f Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 15 Mar 2012 20:30:41 +0000 Subject: xpp: perl_modules: Remove /proc/xpp usage * All references to old /proc/xpp interface were removed. * Everything is now done via sysfs Information has been available from /sys/bus/astribanks since before Dahdi-linux 2.2 . Signed-off-by: Oron Peled Acked-by: Tzafrir Cohen git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10492 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/perl_modules/Dahdi/Utils.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'xpp/perl_modules/Dahdi/Utils.pm') diff --git a/xpp/perl_modules/Dahdi/Utils.pm b/xpp/perl_modules/Dahdi/Utils.pm index 4ca468b..31b1be7 100644 --- a/xpp/perl_modules/Dahdi/Utils.pm +++ b/xpp/perl_modules/Dahdi/Utils.pm @@ -32,7 +32,6 @@ BEGIN { $Dahdi::virt_base = ''; } $Dahdi::proc_dahdi_base = "$Dahdi::virt_base/proc/dahdi"; - $Dahdi::proc_xpp_base = "$Dahdi::virt_base/proc/xpp"; $Dahdi::proc_usb_base = "$Dahdi::virt_base/proc/bus/usb"; $Dahdi::sys_base = "$Dahdi::virt_base/sys"; } -- cgit v1.2.3