summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-02-26 18:51:49 +0000
committerShaun Ruffell <sruffell@digium.com>2010-02-26 18:51:49 +0000
commit503ee29737f324adef9cfbdc9efd611184357a22 (patch)
tree07a7e08758369e7f3aef41d8a3d52553dc45dfe2
parentae158b038ae61289b0bfcb0b744610e89f80ee2a (diff)
voicebus: Turn off CONFIG_VOICEBUS_SYSFS by default.
Needs work to make backward compatible with the range of supported kernels. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8141 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/voicebus/voicebus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/voicebus/voicebus.h b/drivers/dahdi/voicebus/voicebus.h
index 35f0e29..4551cda 100644
--- a/drivers/dahdi/voicebus/voicebus.h
+++ b/drivers/dahdi/voicebus/voicebus.h
@@ -50,7 +50,7 @@
/* Define CONFIG_VOICEBUS_SYSFS to create some attributes under the pci device.
* This is disabled by default because it hasn't been tested on the full range
* of supported kernels. */
-#define CONFIG_VOICEBUS_SYSFS
+#undef CONFIG_VOICEBUS_SYSFS
/* Do not generate interrupts on this interface, but instead just poll it */
#undef CONFIG_VOICEBUS_TIMER