[svn-commits] sruffell: branch linux/2.6 r10637 - /linux/branches/2.6/drivers/dahdi/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Apr 3 17:02:34 CDT 2012
Author: sruffell
Date: Tue Apr 3 17:02:31 2012
New Revision: 10637
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10637
Log:
dahdi: Fix compilation when CONFIG_DAHDI_NET is defined.
'irq' field was removed from dahdi_span in r10276 "dahdi: Remove
dahdi_span.irq and move dahdi_span.irqmisses into dahdi_device." [1]
which was first released in dahdi-linux 2.6.0.
[1] http://svnview.digium.com/svn/dahdi?view=revision&revision=10276
Reported-by: Pavel Selivanov
Internal-Issue-ID: DAHLIN-278
Patches: hdlc.patch by Pavel Selivanov (license #5420)
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10634
Modified:
linux/branches/2.6/drivers/dahdi/dahdi-base.c
Modified: linux/branches/2.6/drivers/dahdi/dahdi-base.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.6/drivers/dahdi/dahdi-base.c?view=diff&rev=10637&r1=10636&r2=10637
==============================================================================
--- linux/branches/2.6/drivers/dahdi/dahdi-base.c (original)
+++ linux/branches/2.6/drivers/dahdi/dahdi-base.c Tue Apr 3 17:02:31 2012
@@ -4648,7 +4648,6 @@
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 23)
SET_MODULE_OWNER(chan->hdlcnetdev->netdev);
#endif
- chan->hdlcnetdev->netdev->irq = chan->span->irq;
chan->hdlcnetdev->netdev->tx_queue_len = 50;
#ifdef HAVE_NET_DEVICE_OPS
chan->hdlcnetdev->netdev->netdev_ops = &dahdi_netdev_ops;
More information about the svn-commits
mailing list